Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestBuilders.kt550 val completionCause = if (coroutine.isCancelled) coroutine.tryGetCompletionCause() else null in handleTimeout() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt430 protected val completionCause: Throwable? in <lambda>() constant