Home
last modified time | relevance | path

Searched defs:disposeOnCancellation (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt373 public fun CancellableContinuation<*>.disposeOnCancellation(handle: DisposableHandle): Unit = in removeOnCancellation() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt153 internal fun CancellableContinuation<*>.disposeOnCancellation(d: Disposable) = in awaitFirst() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxAwait.kt153 internal fun CancellableContinuation<*>.disposeOnCancellation(d: Disposable) = in awaitFirst() method