ioDispatcher
Extracts the ioCoroutineDispatcher out of the CoroutineScope, using DefaultDispatcherProvider.get to provide one if necessary.
Note that CoroutineContext
is immutable, so if a new DefaultDispatcherProvider
is needed, a new instance will be created each time.