printScope

fun printScope(scope: CoroutineScope, out: PrintStream = System.out)(source)

Prints all coroutines launched within the given scope. Throws IllegalStateException if the scope has no a job in it.