Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt329 if (cancelHandler is BeforeResumeCancelHandler) return in <lambda>()
344 if (cancelHandler is BeforeResumeCancelHandler) return in <lambda>()
378 …onCancellation != null || (state is CancelHandler && state !is BeforeResumeCancelHandler) || idemp… in <lambda>()
532 internal abstract class BeforeResumeCancelHandler : CancelHandler() in toString() class
DCancellableContinuation.kt378 private class RemoveOnCancel(private val node: LockFreeLinkedListNode) : BeforeResumeCancelHandler(… in removeOnCancellation()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt815 … inner class RemoveReceiveOnCancel(private val receive: Receive<*>) : BeforeResumeCancelHandler() { in removeReceiveOnCancel()