Skip to main content

Module compiled

Module compiled 

Source
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§

CompiledSchedule
A ScheduleSpec whose cron + timezone have been parsed and whose invariants have been checked. Built once at startup; next_after is called per tick.