Home
last modified time | relevance | path

Searched refs:DispatcherExecutor (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt63 (this as? DispatcherExecutor)?.dispatcher ?: ExecutorCoroutineDispatcherImpl(this) in close()
71 (this as? ExecutorCoroutineDispatcher)?.executor ?: DispatcherExecutor(this) in close()
73 private class DispatcherExecutor(@JvmField val dispatcher: CoroutineDispatcher) : Executor { in close() class