Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt124 …public fun dumpCoroutinesInfo(): List<CoroutineInfo> = DebugProbesImpl.dumpCoroutinesInfo().map { in jobToString()
DCoroutineInfo.kt16 public class CoroutineInfo internal constructor(delegate: DebugCoroutineInfo) { class
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api1 public final class kotlinx/coroutines/debug/CoroutineInfo {