IO
Use kotlinx.coroutines.Dispatchers.IO.
When DispatcherProperties.parallelism is greater than 0, uses Dispatchers.IO.limitedParallelism(parallelism) to cap concurrency.
Use kotlinx.coroutines.Dispatchers.IO.
When DispatcherProperties.parallelism is greater than 0, uses Dispatchers.IO.limitedParallelism(parallelism) to cap concurrency.