Module runtime

Module runtime 

Source
Expand description

Runtime helpers for tui-dispatch apps.

These helpers wrap the common event/action/render loop while keeping the same behavior as the manual wiring shown in the examples.

Structs§

DispatchRuntime
Runtime helper for simple stores (no effects).
EffectContext
Context passed to effect handlers.
EffectRuntime
Runtime helper for effect-based stores.
EventOutcome
Result of mapping an event into actions plus an optional render hint.
PollerConfig
Configuration for the event poller.
RenderContext
Context passed to render closures.

Traits§

DispatchStore
Store interface used by DispatchRuntime.
EffectStoreLike
Effect store interface used by EffectRuntime.