DispatchersProvider
interface DispatchersProvider
DispatcherProvider
In coroutines, we need special dispatchers for a scope, and in a large project to manage these dispatchers in the main source and test source, we can use the implementation of this interface.
Since
1.2.0