|
join 1.0
lightweight network framework library
|
#include <chrono>#include <mutex>#include <ctime>

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 |