Module capsules_core::virtualizers::virtual_timer

source ·
Expand description

Provide multiple Timers on top of a single underlying Alarm.

Structs§

  • Structure to control a set of virtual timers multiplexed together on top of a single alarm.
  • 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.