|
cppnet
C++ network utilities for asynchronous servers.
|
Internal timer implementation details. More...
Classes | |
| struct | event |
| The event structure. More... | |
| struct | event_ref |
| event_ref to be inserted into the priority queue. More... | |
Functions | |
| auto | operator<=> (const event_ref &lhs, const event_ref &rhs) -> std::strong_ordering |
| The spaceship operator to determine event_ref ordering. | |
| auto | operator== (const event_ref &lhs, const event_ref &rhs) -> bool |
| An equality operator to determine event_ref ordering. | |
Internal timer implementation details.