kotlinx.coroutines
kotlinx.coroutines copied to clipboard
CompletableJob/CoroutineScope is not visible in DebugProbes
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.