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