ISupportDispatcher

Since

v1.3.0

Inheritors

Properties

Link copied to clipboard
abstract val computation: CoroutineDispatcher

Context that is used by all standard builders

Link copied to clipboard
abstract val confined: CoroutineDispatcher

Context that is confined to a single thread

Link copied to clipboard
abstract val io: CoroutineDispatcher

Context that is designed for offloading blocking IO tasks

Link copied to clipboard
abstract val main: CoroutineDispatcher

Context that is confined to the Main thread