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

CompletableJob/CoroutineScope is not visible in DebugProbes

Open dovchinnikov opened this issue 3 years ago • 0 comments
trafficstars

val cs = CoroutineScope(parentScope.coroutineContext + Job(parent = parentScope.coroutineContext.job))

Now parent has a child attached (as it should), but DebugProbes knows nothing about it.

dovchinnikov avatar Aug 25 '22 11:08 dovchinnikov