Package module for the Cron framework
Defines the job interface.
Defines the interface which all schedules implement, and some utilities that go along with the schedule concept.
Defines the scheduler interface, and a simple thread-based implementation of the scheduler.
This package is a catch-all for all schedule implementations that come with this library by default.
The scheduled library provides components for executing tasks according to user-defined schedules.