indicate (I understand it's an identifier to coroutine, but what exact piece of work does it indicate)? Is it the work the current thread does from one suspension point to till it encounters another suspension point? What exactly is a
@coroutine#id
physically translates to?
o
octylFractal
08/23/2020, 5:51 AM
coroutines have an
CoroutineName
element that is attached to the current thread name when the debug sys prop is enabled
when unspecified it is incremented from the name of the parent., or
coroutine
if there is none
g
Gopal S Akshintala
08/23/2020, 5:52 AM
Yes, I get it it's an identifier to coroutine, but my question is what piece of work does it indicate? When will it be incremented?