Searched defs:resumeWithExceptionMode (Results 1 – 2 of 2) sorted by relevance
30 internal fun <T> Continuation<T>.resumeWithExceptionMode(exception: Throwable, mode: Int) { in resumeWithExceptionMode() method
202 internal fun resumeWithExceptionMode(exception: Throwable, mode: Int) = in <lambda>() method