Module timer

Source
Expand description

§Timer

This module contains everything related to the timer. A timer can be identified by a state (running or stopped), a cycle and a cycles count (infinite or finite). During the lifetime of the timer, timer events are triggered.

Structs§

ThreadSafeTimerserver
Thread safe version of the Timer.
Timer
The main timer struct.
TimerConfig
The timer configuration.
TimerCycle
The timer cycle.
TimerCycles
The timer cycles list.

Enums§

TimerEvent
The timer event.
TimerLoop
The timer loop.
TimerState
The timer state.