Home
last modified time | relevance | path

Searched defs:ExecutorCoroutineDispatcher (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/test-utils/jvm/src/
DThreads.kt48 fun ExecutorCoroutineDispatcher.dumpThreads(header: String) = in dumpThreads() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt16 public abstract class ExecutorCoroutineDispatcher : CoroutineDispatcher(), Closeable, AutoCloseable… class