# Structs
ConstantDelaySchedule represents a simple recurring duty cycle, e.g.
Cron keeps track of any number of entries, invoking the associated func as specified by the schedule.
Entry consists of a schedule and the func to execute on that schedule.
SpecSchedule specifies a duty cycle (to the second granularity), based on a traditional crontab specification.