Open
Description
A coroutine object's toString() debug output is sometimes a bit too much info. It would be useful to be able to access more fine-grained coroutine info for the sake of logging/debugging. We already have access to kotlinx.coroutines.CoroutineName
, but kotlinx.coroutines.CoroutineId
is internal. Could it be public?