cubepod_async 0.1.5 copy "cubepod_async: ^0.1.5" to clipboard
cubepod_async: ^0.1.5 copied to clipboard

Asynchronous utilities and stream management for the CubePod framework.

0.1.5 #

  • Synchronized version to 0.1.5 for Alpha release preparation.

0.1.4 #

Fixed a bug where starting a new AsyncSignal.execute() while a previous execution was still in-flight would not cancel the previous future's state transitions. The in-flight future would still resolve and overwrite the state of the new execution. Added a generation counter to gate stale resolutions.

Also fixed a subtle issue where calling execute() after a previous error didn't reset the error field before transitioning to loading, so the old error was briefly visible alongside the new loading state.

0.1.2 #

Added configurable retry logic to AsyncSignal. Added cancelOnNewExecution option.

0.1.0 #

Initial release with AsyncSignal state machine (idle → loading → data/error).

0
likes
130
points
336
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Asynchronous utilities and stream management for the CubePod framework.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

cubepod_core, cubepod_state

More

Packages that depend on cubepod_async