Module virtual_timer

Source
Expand description

Provide multiple Timers on top of a single underlying Alarm.

Structs§

MuxTimer
Structure to control a set of virtual timers multiplexed together on top of a single alarm.
VirtualTimer
An object to multiplex multiple “virtual” timers over a single underlying alarm. A VirtualTimer is a node in a linked list of timers that share the same underlying alarm.