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§
- ThreadSafeTimer
server
Thread safe version of theTimer
. - The main timer struct.
- The timer configuration.
- The timer cycle.
- The timer cycles list.
Enums§
- The timer event.
- The timer loop.
- The timer state.