io

abstract fun io(): CoroutineDispatcher

Returns the IO CoroutineDispatcher, which is optimized for IO-bound tasks, such as reading from or writing to the network or disk.

Return

The IO CoroutineDispatcher.