IO

val IO: CoroutineDispatcher(source)

Convenience property to access Dispatchers.IO for I/O-bound operations. This dispatcher is optimized for offloading blocking I/O tasks to a shared pool of threads.