Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@sust4in sust4in released this 10 Apr 01:05
· 1 commit to master since this release

Release v0.1.0

New Features

  • Added IntervalScheduler for scheduling tasks at regular intervals.
  • Added support for unscheduling tasks.
  • Added unit tests for CronScheduler and IntervalScheduler.

Bug Fixes

  • Fixed an issue where a task with an invalid interval could be scheduled in IntervalScheduler.