|
ORE Studio 0.0.4
|
Generator for 64-bit span IDs with embedded timestamp. More...
#include <span_id_generator.hpp>

Public Member Functions | |
| span_id_generator () | |
| Constructs the generator. | |
| domain::span_id | operator() () |
| Generates a new span_id. | |
Generator for 64-bit span IDs with embedded timestamp.
The generated span_id has the following structure:
This structure provides:
| domain::span_id operator() | ( | ) |
Generates a new span_id.
Thread-safe: Multiple threads can call this concurrently.