Available on crate feature
schedule only.Expand description
Validated, compiled form of a ScheduleSpec: the parsed cron + timezone
plus the numeric knobs. next_after is pure (no wall clock) and is the
single source of truth for “when does the next run fire”.
Structs§
- Compiled
Schedule - A
ScheduleSpecwhose cron + timezone have been parsed and whose invariants have been checked. Built once at startup;next_afteris called per tick.