clientDispatcher
expect fun Dispatchers.clientDispatcher(
threadCount: Int,
dispatcherName: String = "ktor-client-dispatcher"
): CoroutineDispatcher
Creates CoroutineDispatcher for client with fixed threadCount and specified dispatcherName.