Home
last modified time | relevance | path

Searched defs:CoroutineOwner (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt269 private fun CoroutineOwner<*>.isFinished(): Boolean { in <lambda>() method
531 public class CoroutineOwner<T> internal constructor( in <lambda>() class