Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt84 var fatalException: Throwable? = null in getSuccessfulResult() variable
112 fatalException = e in getSuccessfulResult()
115 handleFatalException(fatalException, result.exceptionOrNull()) in getSuccessfulResult()