phaller / reactive-async

Expressive deterministic concurrency in Scala
BSD 2-Clause "Simplified" License
15 stars 9 forks source link

[opal] unique deps for pairs of cells #132

Closed JanKoelzer closed 6 years ago

JanKoelzer commented 6 years ago

whenNext/whenComplete deps can be registered only once for a pair of cells

This implements suggestion (d) of #125. Only one of #125 and this PR should be merged.

JanKoelzer commented 6 years ago

Superseded by #145