/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | Dispatchers.kt | 19 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.isDispatchNeeded(cont… method in kotlinx.coroutines.NativeMainDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | CoroutineDispatcherOperatorFunInvokeTest.kt | 69 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in String() method 70 return dispatcher.isDispatchNeeded(context) in String()
|
D | TestBase.common.kt | 74 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in wrapperDispatcher() method 75 dispatcher.isDispatchNeeded(context) in wrapperDispatcher()
|
D | ImmediateYieldTest.kt | 30 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method in kotlinx.coroutines.ImmediateYieldTest
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/internal/ |
D | MainTestDispatcher.kt | 39 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.isDispatchNeeded(cont… in isDispatchNeeded() method in kotlinx.coroutines.test.internal.TestMainDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/ |
D | TestDispatchersTest.kt | 70 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method in kotlinx.coroutines.test.TestDispatchersTest.ImmediateDispatcher 79 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method in kotlinx.coroutines.test.TestDispatchersTest.RegularDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
D | VirtualTime.kt | 52 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = originalDispatcher.isDispatchN… in isDispatchNeeded() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Unconfined.kt | 14 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method
|
D | Yield.kt | 34 if (cont.dispatcher.isDispatchNeeded(context)) { in <lambda>()
|
D | CoroutineDispatcher.kt | 62 public open fun isDispatchNeeded(context: CoroutineContext): Boolean = true in isDispatchNeeded() method in kotlinx.coroutines.CoroutineDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | DispatchedContinuation.kt | 181 if (dispatcher.isDispatchNeeded(context)) { in <lambda>() 202 if (dispatcher.isDispatchNeeded(context)) { in <lambda>()
|
D | DispatchedTask.kt | 158 if (dispatcher.isDispatchNeeded(context)) { in dispatch()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/ |
D | DelayExceptionTest.kt | 12 override fun isDispatchNeeded(context: CoroutineContext): Boolean = true in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
D | Dispatchers.kt | 21 override fun isDispatchNeeded(context: CoroutineContext): Boolean = !invokeImmediately method in kotlinx.coroutines.JsMainDispatcher
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/src/ |
D | SwingDispatcher.kt | 68 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !SwingUtilities.isEventDispatc… in createDispatcher() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | MainDispatchers.kt | 90 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in isDispatchNeeded() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/ |
D | JavaFxDispatcher.kt | 71 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !Platform.isFxApplicationThrea… in createDispatcher() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | FailingCoroutinesMachineryTest.kt | 82 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/ |
D | HandlerDispatcher.kt | 127 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.android.HandlerContext
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 190 * `CoroutineDispatcher.isDispatchNeeded` is promoted to stable API (#1014). 1137 …for later in this thread or thread pool. Correspondingly, `CoroutineDispatcher.isDispatchNeeded` f…
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/ |
D | kotlinx-coroutines-core.api | 161 public fun isDispatchNeeded (Lkotlin/coroutines/CoroutineContext;)Z
|