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

Task scheduling and background execution framework for CubePod.

0.1.5 #

  • Synchronized version to 0.1.5 for Alpha release preparation.

0.1.4 #

Fixed a race condition in task cancellation — if a task completed in the same microtask as cancel(), the completion callback would still fire. Added a priority queue so higher-priority tasks are always scheduled ahead of lower-priority ones in the same tick.

0.1.2 #

Added recurring task scheduling with configurable intervals. Added CubeScheduler.runAfterDelay().

0.1.0 #

Initial release with CubeScheduler.

0
likes
150
points
331
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Task scheduling and background execution framework for CubePod.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

More

Packages that depend on cubepod_scheduler