Searched defs:dispatchYield (Results 1 – 7 of 7) sorted by relevance
93 …public open fun dispatchYield(context: CoroutineContext, block: Runnable) = dispatch(context, bloc… method in kotlinx.coroutines.CoroutineDispatcher
172 internal fun dispatchYield(value: T) { in <lambda>() method
27 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.JsMainDispatcher
27 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.NativeMainDispatcher
74 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in String() method
66 override fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
58 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in <lambda>() method in kotlinx.coroutines.test.TestCoroutineDispatcher