Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt78 …cutorCoroutineDispatcherImpl(override val executor: Executor) : ExecutorCoroutineDispatcherBase() {
84 internal abstract class ExecutorCoroutineDispatcherBase : ExecutorCoroutineDispatcher(), Delay { class
152 …override fun equals(other: Any?): Boolean = other is ExecutorCoroutineDispatcherBase && other.exec… in toString()
DThreadPoolDispatcher.kt81 ) : ExecutorCoroutineDispatcherBase() {