Dispatching
interface Dispatching
An interface serving as a namespace containing qualifier annotations for different CoroutineDispatchers.
This namespace defines qualifier annotations for different coroutine dispatchers, to simplify injection by distinguishing between the main, default, IO, and unconfined dispatchers. These annotations are used to inject either the corresponding dispatcher or coroutine scope with the same context.