Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt360 invokeOnCancellation(handler = RemoveOnCancel(node).asHandler) in removeOnCancellation()
378 private class RemoveOnCancel(private val node: LockFreeLinkedListNode) : BeforeResumeCancelHandler(… in removeOnCancellation() class