CoroutineDispatcherConfig

Interface for a common set of CoroutineDispatchers.

Inheritors

Properties

Link copied to clipboard
abstract val default: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.Default.

Link copied to clipboard
abstract val io: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.IO.

Link copied to clipboard
abstract val main: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.Main (i.e. confined to the main UI thread).

Link copied to clipboard
abstract val unconfined: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.Unconfined.