MilanoInlineDispatcher

The common-code default: runs inline, serialized by the caller's thread. The Android source set supplies MilanoMainDispatcher, bound to the main thread; this default suits single-threaded hosts and tests.

Functions

Link copied to clipboard
open override fun dispatch(work: () -> Unit)