MilanoDispatcher

fun interface MilanoDispatcher

The serialization seam: everything that touches a view's state runs through its dispatcher, one item at a time. The platform layer binds it to the main thread; the conformance harness injects a pump.

Inheritors

MilanoMainDispatcher

Functions

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