Searched defs:dispatchYield (Results 1 – 7 of 7) sorted by relevance
91 …public open fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = dispatch(context… in isDispatchNeeded() method in kotlinx.coroutines.CoroutineDispatcher
20 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.NativeMainDispatcher
23 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.JsMainDispatcher
73 override fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher200 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method in kotlinx.coroutines.scheduling.LimitingDispatcher
74 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in String() method
244 internal fun dispatchYield(context: CoroutineContext, value: T) { in <lambda>() method
58 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in <lambda>() method in kotlinx.coroutines.test.TestCoroutineDispatcher