providesIoDispatcher

@Provides
fun providesIoDispatcher(): CoroutineDispatcher

Provides the I/O coroutine dispatcher, which is used for I/O-bound tasks such as disk or network operations.

Return

The I/O coroutine dispatcher.