Expand description
Pull-based reactive primitives for the infinite-db frp backend.
Provides Signal<T> (writable reactive cells), Computed<T> (lazily
re-evaluated derived values), Slot<T> (named single-value input
receivers), and DirtySet (shared dirty-ID tracking).
Re-exports§
pub use computed::Computed;pub use computed::DirtySink;pub use computed::SignalSubscribable;pub use dirty::DirtySet;pub use signal::Signal;pub use slot::Slot;