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