Expand description
Runtime helpers: core loops plus event-bus routing.
Structs§
- Effect
Context - Context passed to effect handlers.
- Poller
Config - Configuration for the event poller.
- Render
Context - Context passed to render closures.
- Runtime
- Runtime helper for store-driven applications.
Enums§
- Dispatch
Error Policy - Policy applied by runtimes when
try_dispatchreturns aDispatchError.
Traits§
- Runtime
Store - Store interface used by
Runtime.