signals_async 1.0.0
signals_async: ^1.0.0 copied to clipboard
A reactive asynchronous signal library that extends the signals package with ComputedFuture for handling async operations reactively.
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