Home
last modified time | relevance | path

Searched refs:printScope (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt153 public fun printScope(scope: CoroutineScope, out: PrintStream = System.out): Unit = in jobToString() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api28 public final fun printScope (Lkotlinx/coroutines/CoroutineScope;Ljava/io/PrintStream;)V
29 …public static synthetic fun printScope$default (Lkotlinx/coroutines/debug/DebugProbes;Lkotlinx/cor…
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DToStringTest.kt106 …assertEquals(expected, printToString { DebugProbes.printScope(CoroutineScope(root), it) }.trimEnd(… in checkHierarchy()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md14 …[CoroutineScope] instances using [DebugProbes.printJob] and [DebugProbes.printScope] respectively.
265 [DebugProbes.printScope]: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-debug/ko…