DispatchersProvider
interface DispatchersProvider
Component that provides different CoroutineDispatchers for various coroutine contexts.
This component defines methods to retrieve dispatchers for the main, default, IO, and unconfined contexts in coroutine-based applications to manage concurrency and threading.