dispatcher
Changes the CoroutineDispatcher used for I/O intensive work like reading the network or the cache On the JVM the dispatcher is kotlinx.coroutines.Dispatchers.IO by default. On native this function has no effect. Network request use the default NSURLConnection threads and the cache uses a background dispatch queue.