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

See also

Inheritors

Properties

Link copied to clipboard
abstract val default: CoroutineDispatcher
Link copied to clipboard
abstract val io: CoroutineDispatcher
Link copied to clipboard
abstract val main: CoroutineDispatcher
Link copied to clipboard
abstract val unconfined: CoroutineDispatcher