Module timer

Source
Expand description

Software timers coupled to a crate::Clock implementation

Modules§

param
Timer type/state parameters

Structs§

Timer
A Timer counts toward an expiration, can be polled for elapsed and remaining time, and can be one-shot or continuous/periodic.