Home
last modified time | relevance | path

Searched refs:makeHandled (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletionState.kt48 fun makeHandled(): Boolean = _handled.compareAndSet(false, true) in recoverResult() method
DCancellableContinuationImpl.kt312 if (!state.makeHandled()) multipleHandlersError(handler, state) in <lambda>()
DJobSupport.kt230 if (handled) (finalState as CompletedExceptionally).makeHandled() in <lambda>()