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