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§
- Thread
Safe Timer server
- Thread safe version of the
Timer
. - Timer
- The main timer struct.
- Timer
Config - The timer configuration.
- Timer
Cycle - The timer cycle.
- Timer
Cycles - The timer cycles list.
Enums§
- Timer
Event - The timer event.
- Timer
Loop - The timer loop.
- Timer
State - The timer state.