Documentation
¶
Overview ¶
Package bitmask provides the bit-set scan shared by the schedule implementations, which store each cron field as a uint64 mask.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NextInRange ¶
NextInRange returns the lowest set bit of bm at a position in [from, until], or -1 when none is set or from > until. until must be at most 63.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.