|
cppnet
C++ network utilities for asynchronous servers.
|
The event structure. More...
#include <net/timers/timers.hpp>
Public Attributes | |
| handler_t | handler |
| An event handler. | |
| timer_id | id = INVALID_TIMER |
| The timer id. | |
| timestamp | start |
| The first time the event fired. | |
| duration | period {} |
| The timer period. | |
| std::atomic_flag | armed |
| A flag to determine if the timer is armed. | |
The event structure.