Modules

An implementation of timers that relies just on the Duration. Has to be called with a reasonable period rate to trigger the timers.

Standard library timers with dynamic allocation of the timer’s storage.

A naive timers implementation based on standard libraries’ Instant time provider and no runtime allocations. Type system has to be setup manually.