Join Slack
Powered by
<@U5XNCSXTP> Another approach to the same problem ...
# coroutines
e
elizarov
06/22/2017, 7:43 AM
@eidolon
Another approach to the same problem is to write your own
delay
implementation that accumulates continuations somewhere and can control when to resume or to dispose of them, as discussed here:
https://discuss.kotlinlang.org/t/coroutines-with-time-scheduling/2942
Open in Slack
Previous
Next