ioDispatcher

fun ioDispatcher(): CoroutineDispatcher(source)

Handy equivalent of Dispatchers.TargetIO.

Return

a CoroutineDispatcher for I/O operations.

See also