How can you debug the origin (in the code) of a st...
# coroutines
h
How can you debug the origin (in the code) of a started coroutine on Kotlin/Native? I want to cancel a job but the cancelation does not finish and I am unable to find the cause.
g
Cancelation doesn't finish?
You can add your own context element to coroutine and use it to identify which coroutine it is, if you want to debug when it started