kotlinx.coroutines
kotlinx.coroutines copied to clipboard
[DEBUG-IMPROVEMENT] expose `job.parentJob`
currently job.parentJob is not exposed, making it harder to build a parent-child relational job graph when debug
according to this https://github.com/Kotlin/kotlinx.coroutines/issues/3198 it should be fairly easy(and safe?) to expose that
(kotlinx.coroutines.JobSupport.parentHandle as ChildHandle).parent