Searched defs:resumeCancellableWithException (Results 1 – 1 of 1) sorted by relevance
130 inline fun resumeCancellableWithException(exception: Throwable) { in <lambda>() method188 internal fun <T> Continuation<T>.resumeCancellableWithException(exception: Throwable) = when (this)… in resumeCancellableWithException() method