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§
- Dispatch
Runtime - Runtime helper for simple stores (no effects).
- Effect
Context - Context passed to effect handlers.
- Effect
Runtime - Runtime helper for effect-based stores.
- Event
Outcome - Result of mapping an event into actions plus an optional render hint.
- Poller
Config - Configuration for the event poller.
- Render
Context - Context passed to render closures.
Traits§
- Dispatch
Store - Store interface used by
DispatchRuntime. - Effect
Store Like - Effect store interface used by
EffectRuntime.