Home
last modified time | relevance | path

Searched refs:CompletedWithCancellation (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionState.kt15 … onSuccess = { if (onCancellation != null) CompletedWithCancellation(it, onCancellation) else it }, in toState()
31 internal data class CompletedWithCancellation( in recoverResult() class
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt219 if (takenState is CompletedWithCancellation) { in <lambda>()