DefaultCoroutineDispatcherConfig

Properties

Link copied to clipboard
open override val default: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.Default.

Link copied to clipboard
open override val io: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.IO.

Link copied to clipboard
open override val main: CoroutineDispatcher

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

Link copied to clipboard
open override val unconfined: CoroutineDispatcher

A coroutine dispatcher that behaves like Dispatchers.Unconfined.