Hey, all. I’m following this guide (<https://githu...
# coroutines
p
Hey, all. I’m following this guide (https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md#wrapping-callbacks) to wrap a callback in a suspended function, however I also want to add a timeout continuation. What’s the safest and simplest way to do this?