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