Searched refs:resumeDirectWithException (Results 1 – 2 of 2) sorted by relevance
34 MODE_DIRECT -> resumeDirectWithException(exception) in resumeWithExceptionMode()
198 internal fun <T> Continuation<T>.resumeDirectWithException(exception: Throwable) = when (this) { in resumeDirectWithException() method