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