phaller / reactive-async

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

[OPAL] Add method to cell to check if it is a dependee of another cell #119

Closed amuttsch closed 6 years ago

JanKoelzer commented 6 years ago

Note that this method is correct, if a client (outside package cell) calls it. (Inside package cell, one could add callbacks via onnext and oncomplete that would incorrectly be taken into counted.)

phaller commented 6 years ago

Merged as a rebased version in #128. Therefore, closing this one.