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