Home
last modified time | relevance | path

Searched defs:invokeOnCancellation (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DWaiter.kt20 fun invokeOnCancellation(segment: Segment<*>, index: Int) method
DCancellableContinuation.kt152 public fun invokeOnCancellation(handler: CompletionHandler) in <lambda>() method
DCancellableContinuationImpl.kt387 override fun invokeOnCancellation(segment: Segment<*>, index: Int) { in <lambda>() method
397 public override fun invokeOnCancellation(handler: CompletionHandler) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt525 override fun invokeOnCancellation(segment: Segment<*>, index: Int) { in trySelect() method in kotlinx.coroutines.selects.SelectImplementation
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt1645 override fun invokeOnCancellation(segment: Segment<*>, index: Int) { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel.BufferedChannelIterator