Searched refs:DispatcherExecutor (Results 1 – 1 of 1) sorted by relevance
63 (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