haxetink / tink_streams

Streams from the future. With lasers, of course ... whoaaaaa!!!!
The Unlicense
12 stars 9 forks source link

Added a canceller to Accumulator.next using CallbackLink #3

Closed 0b1kn00b closed 7 years ago

0b1kn00b commented 8 years ago

If you pull out of a Accumulator.next notification with this, the next value won't go down the memory hole.

0b1kn00b commented 8 years ago

Hmm, something with flash. WIll try and replicate locally. Hangs travis.

back2dos commented 8 years ago

Hmm, what's the reason for closing this? Flash hanging on Travis is entirely non-deterministic. If it works on Java, then it's usually alright.

0b1kn00b commented 8 years ago

I should probably do combinators for callbacklink to start, rather than the private abstract nastiness. What do you think?