Expand description
Timer module.
The Timer is the core structure of this module. A timer can be
configured with TimerConfig. The state of the timer is managed
by TimerState, TimerCycle and TimerLoop. During the
lifetime of the timer, TimerEvent are triggered.
Structs
- ThreadSafeTimer
serverThread safe version of theTimer. - The timer struct.
- The timer configuration.
- The timer cycle.
- The timer cycles list.
Enums
- The timer event.
- The timer loop.
- The timer state.
Type Aliases
- The timer changed handler.