Skip to content

//reactivestate-core/com.ensody.reactivestate/DefaultCoroutineDispatcherConfig

DefaultCoroutineDispatcherConfig

[common]\ object DefaultCoroutineDispatcherConfig : CoroutineDispatcherConfig

The default CoroutineDispatcherConfig, mapping to Dispatchers.

Properties

Name Summary
default [common]
open override val default: CoroutineDispatcher
A coroutine dispatcher that behaves like Dispatchers.Default.
io [common]
open override val io: CoroutineDispatcher
A coroutine dispatcher that behaves like Dispatchers.IO.
main [common]
open override val main: CoroutineDispatcher
A coroutine dispatcher that behaves like Dispatchers.Main (i.e. confined to the main UI thread).
unconfined [common]
open override val unconfined: CoroutineDispatcher
A coroutine dispatcher that behaves like Dispatchers.Unconfined.