DispatchersProvider

Defines the DispatchersProvider contract for the SDAI core common layer.

Author

Dmitriy Moroz

Inheritors

Properties

Link copied to clipboard
abstract val immediate: CoroutineDispatcher

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

Link copied to clipboard
abstract val io: CoroutineDispatcher

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

Link copied to clipboard
abstract val ui: CoroutineDispatcher

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