Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/
DUndispatched.kt136 shouldThrow(state.cause) -> throw tryRecover(state.cause) in undispatchedResult()
137 result is CompletedExceptionally -> throw tryRecover(result.cause) in undispatchedResult()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DScopes.kt37 internal fun AbstractCoroutine<*>.tryRecover(exception: Throwable): Throwable { in tryRecover() method