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.kt337 … val completionCause = if (scope.isCancelled) scope.tryGetCompletionCause() else null in runTest() constant
540 val completionCause = if (coroutine.isCancelled) coroutine.tryGetCompletionCause() else null in handleTimeout() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt434 protected val completionCause: Throwable? in <lambda>() constant