Searched refs:ExecutorCoroutineDispatcherBase (Results 1 – 2 of 2) sorted by relevance
78 …cutorCoroutineDispatcherImpl(override val executor: Executor) : ExecutorCoroutineDispatcherBase() {84 internal abstract class ExecutorCoroutineDispatcherBase : ExecutorCoroutineDispatcher(), Delay { class152 …override fun equals(other: Any?): Boolean = other is ExecutorCoroutineDispatcherBase && other.exec… in toString()
81 ) : ExecutorCoroutineDispatcherBase() {