Home
last modified time | relevance | path

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

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