Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadPoolDispatcher.kt64 return ThreadPoolDispatcher(nThreads, name) in <lambda>()
68 @JvmField val dispatcher: ThreadPoolDispatcher, // for debugging & tests
78 internal class ThreadPoolDispatcher internal constructor( class
/external/kotlinx.coroutines/
DCHANGES.md849 * `ThreadPoolDispatcher` class is now public and is the result type for both functions.