ktor-client-core / io.ktor.client.utils / kotlinx.coroutines.Dispatchers / fixedThreadPoolDispatcher

fixedThreadPoolDispatcher

fun Dispatchers.fixedThreadPoolDispatcher(threadCount: Int, dispatcherName: String = "client-dispatcher"): CoroutineDispatcher
Deprecated: Binary compatibility

Creates CoroutineDispatcher based on thread pool of threadCount threads.