Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/
DCancellable.kt17 public fun <T> (suspend () -> T).startCoroutineCancellable(completion: Continuation<T>): Unit = run… in <lambda>() method
25 internal fun <R, T> (suspend (R) -> T).startCoroutineCancellable( in startCoroutineCancellable() method
37 internal fun Continuation<Unit>.startCoroutineCancellable(fatalCompletion: Continuation<*>) = in startCoroutineCancellable() method