Expand description
Default implementations for the ClockSequence trait.
Structsยง
- A thread-safe, wrapping counter that produces 14-bit values.
- An unsynchronized, reseeding counter that produces 42-bit values.
- An empty counter that will always return the value
0. - A wrapper for a context that uses thread-local storage.