Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt50 ExecutorCoroutineDispatcherImpl(this) in close()
63 (this as? DispatcherExecutor)?.dispatcher ?: ExecutorCoroutineDispatcherImpl(this) in close()
78 private class ExecutorCoroutineDispatcherImpl(override val executor: Executor) : ExecutorCoroutineD… class