wasn't sure I missed something in the library befo...
# coroutines
w
wasn't sure I missed something in the library before I try to roll my own
v
There isn’t any built-in mechanism in the library.
DelayChannel
(https://github.com/Kotlin/kotlinx.coroutines/issues/327) will be added in the next release, which will simplify things for you. You can find examples of usage in related pull request
w
Wow thank you!