Extensions for kotlinx.coroutines.Dispatchers
expect fun Dispatchers.clientDispatcher( Creates CoroutineDispatcher for client with fixed threadCount and specified dispatcherName. |
|
fun Dispatchers. Creates CoroutineDispatcher based on thread pool of threadCount threads. |