Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime helpers: core loops plus event-bus routing.

Structs§

EffectContext
Context passed to effect handlers.
PollerConfig
Configuration for the event poller.
RenderContext
Context passed to render closures.
Runtime
Runtime helper for store-driven applications.

Enums§

DispatchErrorPolicy
Policy applied by runtimes when try_dispatch returns a DispatchError.

Traits§

RuntimeStore
Store interface used by Runtime.