fixedThreadPoolDispatcher
fun Dispatchers.fixedThreadPoolDispatcher(
threadCount: Int,
dispatcherName: String = "client-dispatcher"
): CoroutineDispatcher
Deprecated: Binary compatibility
Creates CoroutineDispatcher based on thread pool of threadCount threads.