Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt40 fun ExecutorCoroutineDispatcher.dumpThreads(header: String) = in dumpThreads() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt20 public abstract class ExecutorCoroutineDispatcher: CoroutineDispatcher(), Closeable { class