phaller / reactive-async

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

[performance] callback removal #140

Closed JanKoelzer closed 6 years ago

JanKoelzer commented 6 years ago

When cycles are resolved, callbacks are not removed as a separate step but right before they are called.

JanKoelzer commented 6 years ago

Deprecated by #145