kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

[DEBUG-IMPROVEMENT] expose `job.parentJob`

Open revintec opened this issue 3 years ago • 0 comments

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

revintec avatar Feb 22 '22 06:02 revintec