Hi all. I'm curious, do Kotlin coroutines allow fo...
# coroutines
n
Hi all. I'm curious, do Kotlin coroutines allow for something similar to the Monix library's asynchronous stack traces? https://monix.io/docs/current/eval/stacktraces.html
r
See https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery. There are some caveats and details there so read those docs carefully.