dispatch

fun dispatch(binding: Action.Emit, payload: <Error class: unknown class> = JsonNull)

Feeds one fired binding into the loop.

Interactions process one at a time, in arrival order, each to completion before the next — a contract on every platform, not an accident of any one runtime. A response the host dispatches back is a new interaction, queued behind the current one.