Structs§
- Interval returned by
interval
andinterval_at
.
Enums§
- Defines the behavior of an
Interval
when it misses a tick.
Functions§
- 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
. - 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
.