Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt130 fun checkPostponedCancellation(continuation: CancellableContinuation<*>): Throwable? { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt140 val cause = dispatched.checkPostponedCancellation(this) ?: return completed in <lambda>()