Structs§
- Interval
- Interval returned by
interval
andinterval_at
.
Enums§
- Missed
Tick Behavior - Defines the behavior of an
Interval
when it misses a tick.
Functions§
- internal_
interval_ 🔒at - interval
- Creates new
Interval
that yields with interval ofperiod
. The first tick completes immediately. The defaultMissedTickBehavior
isBurst
, but this can be configured by callingset_missed_tick_behavior
. - interval_
at - Creates new
Interval
that yields with interval ofperiod
with the first tick completing atstart
. The defaultMissedTickBehavior
isBurst
, but this can be configured by callingset_missed_tick_behavior
.