Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt117 public fun printScope(scope: CoroutineScope, out: PrintStream = System.out): Unit = in jobToString() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api27 public final fun printScope (Lkotlinx/coroutines/CoroutineScope;Ljava/io/PrintStream;)V
28 …public static synthetic fun printScope$default (Lkotlinx/coroutines/debug/DebugProbes;Lkotlinx/cor…
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md14 …[CoroutineScope] instances using [DebugProbes.printJob] and [DebugProbes.printScope] respectively.
276 [DebugProbes.printScope]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-debug/kotl…