Crate reactive_macros
Source - signal
- Wraps a
static mut variable as a reactive global signal.
- evaluate
- Evaluates a zero-argument function and optionally reports when the value changes.
- memo
- Turns a zero-argument function into a memoized, reactive computation.