JanKoelzer / reactive-async

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

Testing stateful callbacks #25

Closed JanKoelzer closed 6 years ago

JanKoelzer commented 6 years ago

// TODO I need to think of a better way to test working with a state. // As is, the tests checks, if n steps are taken, but this is // not true any more, as the dependentCell might pull, after // the staged values potentially have been updated several times.