Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/
DUndispatched.kt28 internal fun <T> (suspend () -> T).startCoroutineUndispatched(completion: Continuation<T>) { in startCoroutineUndispatched() method
41 internal fun <R, T> (suspend (R) -> T).startCoroutineUndispatched(receiver: R, completion: Continua… in startCoroutineUndispatched() method