Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugProbesTest.kt37 fun testAsyncWithProbes() = DebugProbes.withDebugProbes { in <lambda>()
68 fun testAsyncWithSanitizedProbes() = DebugProbes.withDebugProbes { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt85 public inline fun withDebugProbes(block: () -> Unit) { in withDebugProbes() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api33 public final fun withDebugProbes (Lkotlin/jvm/functions/Function0;)V