Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DResumeMode.kt34 MODE_DIRECT -> resumeDirectWithException(exception) in resumeWithExceptionMode()
DDispatched.kt198 internal fun <T> Continuation<T>.resumeDirectWithException(exception: Throwable) = when (this) { in resumeDirectWithException() method