Crate reactive_macros
Source - signal
- Wraps a
static mut
variable as a reactive signal (similar to a property)
with getter and setter functions.
- evaluate
- Evaluates a zero-argument function and optionally reports when the value changes.
- memo
- Turns a zero-argument function into a memoized, reactive computation.