Searched refs:dispatchYield (Results 1 – 10 of 10) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
D | Dispatchers.kt | 27 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.JsMainDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | Dispatchers.kt | 27 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.NativeMainDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | CoroutineDispatcherOperatorFunInvokeTest.kt | 74 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in String() method 75 dispatcher.dispatchYield(context, block) in String()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/ |
D | Dispatcher.kt | 66 override fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher 70 DefaultExecutor.dispatchYield(context, block) in toString()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Yield.kt | 25 cont.dispatchYield(Unit) in <lambda>()
|
D | CoroutineDispatcher.kt | 93 …public open fun dispatchYield(context: CoroutineContext, block: Runnable) = dispatch(context, bloc… method in kotlinx.coroutines.CoroutineDispatcher
|
D | Dispatched.kt | 172 internal fun dispatchYield(value: T) { in <lambda>() method 176 dispatcher.dispatchYield(context, this) in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/ |
D | TestCoroutineDispatcher.kt | 58 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in <lambda>() method in kotlinx.coroutines.test.TestCoroutineDispatcher
|
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/ |
D | kotlinx-coroutines-test.txt | 26 public fun dispatchYield (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
|
D | kotlinx-coroutines-core.txt | 153 public fun dispatchYield (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V 1016 public fun dispatchYield (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
|