Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt130 inline fun resumeCancellableWithException(exception: Throwable) { in <lambda>() method
188 internal fun <T> Continuation<T>.resumeCancellableWithException(exception: Throwable) = when (this)… in resumeCancellableWithException() method