Searched refs:printScope (Results 1 – 4 of 4) sorted by relevance
153 public fun printScope(scope: CoroutineScope, out: PrintStream = System.out): Unit = in jobToString() method
28 public final fun printScope (Lkotlinx/coroutines/CoroutineScope;Ljava/io/PrintStream;)V29 …public static synthetic fun printScope$default (Lkotlinx/coroutines/debug/DebugProbes;Lkotlinx/cor…
106 …assertEquals(expected, printToString { DebugProbes.printScope(CoroutineScope(root), it) }.trimEnd(… in checkHierarchy()
14 …[CoroutineScope] instances using [DebugProbes.printJob] and [DebugProbes.printScope] respectively.265 [DebugProbes.printScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-debug/ko…