Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt111 continuation.updateUndispatchedCompletion(context, oldValue) in withContinuationContext()
124 internal fun Continuation<*>.updateUndispatchedCompletion(context: CoroutineContext, oldValue: Any?… in updateUndispatchedCompletion() method