Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DResumeMode.kt30 internal fun <T> Continuation<T>.resumeWithExceptionMode(exception: Throwable, mode: Int) { in resumeWithExceptionMode() method
DCancellableContinuationImpl.kt202 internal fun resumeWithExceptionMode(exception: Throwable, mode: Int) = in <lambda>() method