signals_async 2.0.2
signals_async: ^2.0.2 copied to clipboard
A reactive asynchronous signal library that extends the signals package with ComputedFuture and ComputedStream for handling async operations and streams reactively.
2.0.2 #
- Skip loading state on chained initial values
2.0.1 #
- Some documentation updates
2.0.0 #
- Add
restart
method toComputedFuture
- Add
ComputedStream
class
1.0.0 #
- Initial release of signals_async
- Added
ComputedFuture
class for reactive asynchronous computations - Support for reactive and non-reactive modes
- Robust cancellation support with cleanup callbacks
- Lazy and eager evaluation options
- Initial value support to prevent loading flickers
- Auto-disposal capability
- Comprehensive documentation and examples
- Batched updates for better performance