Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDispatched.kt216 internal fun getExceptionalResult(state: Any?): Throwable? = in getSuccessfulResult() method in kotlinx.coroutines.DispatchedTask
228 val exception = getExceptionalResult(state) in getSuccessfulResult()
308 val exception = getExceptionalResult(state) in resume()