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/
DDispatched.kt221 var fatalException: Throwable? = null in getSuccessfulResult() variable
246 fatalException = e in getSuccessfulResult()
249 handleFatalException(fatalException, result.exceptionOrNull()) in getSuccessfulResult()