Searched refs:tryRecover (Results 1 – 2 of 2) sorted by relevance
136 shouldThrow(state.cause) -> throw tryRecover(state.cause) in undispatchedResult()137 result is CompletedExceptionally -> throw tryRecover(result.cause) in undispatchedResult()
37 internal fun AbstractCoroutine<*>.tryRecover(exception: Throwable): Throwable { in tryRecover() method