Searched defs:startCoroutineCancellable (Results 1 – 1 of 1) sorted by relevance
17 public fun <T> (suspend () -> T).startCoroutineCancellable(completion: Continuation<T>): Unit = run… in <lambda>() method25 internal fun <R, T> (suspend (R) -> T).startCoroutineCancellable( in startCoroutineCancellable() method37 internal fun Continuation<Unit>.startCoroutineCancellable(fatalCompletion: Continuation<*>) = in startCoroutineCancellable() method