class Chronos::RecurringTask
- Chronos::RecurringTask
- Chronos::Task
- Reference
- Object
Defined in:
chronos/recurringtask.crConstructors
- .new(frequency : Symbol, time : NamedTuple, &block)
- .new(frequency : Symbol, times : Array(NamedTuple), &block)
Instance Method Summary
- #beginning_time_components(time : Time) : Hash(Symbol, Int32)
- #next_run : Time
- #shift_time_by_frequency(time : Time) : Time
- #time_components(time : Time) : Hash(Symbol, Int32)