Searched defs:completionCause (Results 1 – 2 of 2) sorted by relevance
337 … val completionCause = if (scope.isCancelled) scope.tryGetCompletionCause() else null in runTest() constant540 val completionCause = if (coroutine.isCancelled) coroutine.tryGetCompletionCause() else null in handleTimeout() constant
434 protected val completionCause: Throwable? in <lambda>() constant