Searched defs:onCancellation (Results 1 – 7 of 7) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
| D | ConcurrentLinkedList.kt | 241 abstract fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) in decPointers() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | CompletionState.kt | 33 @JvmField val onCancellation: (cause: Throwable) -> Unit in recoverResult() constant in kotlinx.coroutines.CompletedWithCancellation
|
| D | CancellableContinuationImpl.kt | 651 … @JvmField val onCancellation: ((cause: Throwable) -> Unit)? = null, // installed via resume block constant in CompletedContinuation
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
| D | Select.kt | 616 … val onCancellation = clause.createOnCancellationAction(this@SelectImplementation, internalResult) in trySelect() constant
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
| D | CancellableContinuationHandlersTest.kt | 170 override fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) { in <lambda>() method in kotlinx.coroutines.CancellableContinuationHandlersTest.testSegmentAsHandler.<lambda>.MySegment
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/ |
| D | Semaphore.kt | 382 override fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) { in createSegment() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
| D | BufferedChannel.kt | 708 … val onCancellation = onUndeliveredElement?.bindCancellationFun(element, cont.context) in <lambda>() constant 2788 override fun onCancellation(index: Int, cause: Throwable?, context: CoroutineContext) { in casState() method
|