Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt55 internal abstract fun takeState(): Any? in takeState() method in kotlinx.coroutines.DispatchedTask
89 val state = takeState() // NOTE: Must take state in any case, even if cancelled in getSuccessfulResult()
173 val state = takeState() in resume()
DDispatchedContinuation.kt168 override fun takeState(): Any? { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt153 override fun takeState(): Any? = state in <lambda>() method