Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedContinuation.kt151 fun postponeCancellation(cause: Throwable): Boolean { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt185 return dispatched.postponeCancellation(cause) in <lambda>()