Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt70 handleFatalException(e, null) in runUnconfinedEventLoop()
249 handleFatalException(fatalException, result.exceptionOrNull()) in getSuccessfulResult()
271 internal fun handleFatalException(exception: Throwable?, finallyException: Throwable?) { in handleFatalException() method in kotlinx.coroutines.DispatchedTask