Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt105 override fun cancelResult(state: Any?, cause: Throwable) { in <lambda>() method
181 cancelResult(state, cause) in <lambda>()
DDispatched.kt210 internal open fun cancelResult(state: Any?, cause: Throwable) {} in takeState() method in kotlinx.coroutines.DispatchedTask
237 cancelResult(state, cause) in getSuccessfulResult()