Expand description
Miscellaneous utilities.
Backoff
, for exponential backoff in spin loops.CachePadded
, for padding and aligning a value to the length of a cache line.
Structsยง
- Backoff
- Performs exponential backoff in spin loops.
- Cache
Padded - Pads and aligns a value to the length of a cache line.