join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
clock.hpp File Reference
#include <chrono>
#include <mutex>
#include <ctime>
Include dependency graph for clock.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  join::NanoClock
 minimal clock type used as a type tag for time_point parameterization. More...
 
class  join::RealTime
 real-time clock policy. More...
 
class  join::Monotonic
 monotonic clock policy (stable, adjusted, recommended default). More...
 
class  join::MonotonicRaw
 raw monotonic clock policy (raw hardware clock, may drift). More...
 
class  join::Rdtsc
 rdtsc clock policy (requires invariant TSC and CPU pinning). More...
 

Namespaces

namespace  join