Module crossbeam::utils [−][src]
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
Performs exponential backoff in spin loops.
Pads and aligns a value to the length of a cache line.