io

open val io: CoroutineDispatcher

CoroutineDispatcher generally intended for blocking I/O tasks.

Corresponds to the Dispatchers.IO property in a default implementation.

See also

kotlinx.coroutines.Dispatchers

Sources

Link copied to clipboard