Join Slack
Powered by
Hi all. I'm curious, do Kotlin coroutines allow fo...
# coroutines
n
Nathan Bedell
11/02/2021, 4:29 PM
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
rocketraman
11/02/2021, 7:31 PM
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.
6
Views
Open in Slack
Previous
Next