DefaultDispatchersProvider

Provides the DefaultDispatchersProvider singleton used by the SDAI core common layer.

Author

Dmitriy Moroz

Properties

Link copied to clipboard
open override val immediate: MainCoroutineDispatcher

Exposes the immediate value used by the SDAI core common layer.

Link copied to clipboard
open override val io: CoroutineDispatcher

Exposes the io value used by the SDAI core common layer.

Link copied to clipboard
open override val ui: MainCoroutineDispatcher

Exposes the ui value used by the SDAI core common layer.