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/internal/
DDispatchedTask.kt115 handleFatalException(fatalException, result.exceptionOrNull()) in getSuccessfulResult()
137 internal fun handleFatalException(exception: Throwable?, finallyException: Throwable?) { in handleFatalException() method in kotlinx.coroutines.DispatchedTask
211 handleFatalException(e, null) in runUnconfinedEventLoop()