Directories
¶
| Path | Synopsis |
|---|---|
|
Package bitmask provides the bit-set scan shared by the schedule implementations, which store each cron field as a uint64 mask.
|
Package bitmask provides the bit-set scan shared by the schedule implementations, which store each cron field as a uint64 mask. |
|
Package heap provides a typed min-heap with addressable items, so the scheduler can re-key or remove an entry in O(log n) without searching.
|
Package heap provides a typed min-heap with addressable items, so the scheduler can re-key or remove an entry in O(log n) without searching. |
|
Package parsecache memoizes parser results so repeated registrations of the same spec share one parsed value and pay the parse cost once.
|
Package parsecache memoizes parser results so repeated registrations of the same spec share one parsed value and pay the parse cost once. |
Click to show internal directories.
Click to hide internal directories.