provideIODispatcher
Provides the IO CoroutineDispatcher using the DispatchersProvider.
Example usage:
class MyClass @Inject constructor(@Dispatching.IO private val ioDispatcher: CoroutineDispatcher)
Content copied to clipboard
Return
The IO CoroutineDispatcher.
Parameters
dispatchersProvider
The DispatchersProvider instance.