cppnet
C++ network utilities for asynchronous servers.
Loading...
Searching...
No Matches
Public Attributes | List of all members
net::timers::detail::event Struct Reference

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.
 

Detailed Description

The event structure.


The documentation for this struct was generated from the following file: