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.kt197 private fun CoroutineOwner<*>.isFinished(): Boolean { in <lambda>() method
448 private class CoroutineOwner<T>( in <lambda>() class