providesIoDispatcher

@Provides
fun providesIoDispatcher(): CoroutineDispatcher

Provides the I/O coroutine dispatcher for blocking I/O operations.

Backed by a shared pool designed for offloading blocking I/O tasks. Optimized for tasks that spend most of their time waiting (network, disk, database).

Return

Dispatchers.IO