CoroutinesModule
Hilt module that provides coroutine dispatchers and scopes for dependency injection.
Note: This module is intended to be used by Hilt for providing coroutine-related dependencies when requested. You will never use this component directly, but rather, it is needed by Hilt to know how to provide the dependencies when requested.
Types
Hilt module for binding the implementation of DispatchersProvider to its interface.
Functions
Provides the default CoroutineScope using the DispatchersProvider.
Provides the default CoroutineDispatcher using the DispatchersProvider.
Provides the IO CoroutineScope using the DispatchersProvider.
Provides the IO CoroutineDispatcher using the DispatchersProvider.
Provides the main CoroutineScope using the DispatchersProvider.
Provides the main CoroutineDispatcher using the DispatchersProvider.
Provides the unconfined CoroutineScope using the DispatchersProvider.
Provides the unconfined CoroutineDispatcher using the DispatchersProvider.