Home
last modified time | relevance | path

Searched defs:resumeUndispatched (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt157 public fun CoroutineDispatcher.resumeUndispatched(value: T) in <lambda>() method
DCancellableContinuationImpl.kt482 override fun CoroutineDispatcher.resumeUndispatched(value: T) { in <lambda>() method