Package kotlinx.coroutines.experimental.intrinsics
Low-level primitives for finer-grained control of coroutines.
Extensions for External Classes
Functions
fun <T> AbstractCoroutine<T>.startUndispatchedOrReturn( fun <T, R> AbstractCoroutine<T>.startUndispatchedOrReturn( Starts this coroutine with the given code block in the same context and returns result when it completes without suspnesion. This function shall be invoked at most once on this coroutine. |