Module cache_padded

Source
Expand description

This file was re-modified based on the following program in Crossbeam-Utils.

Source: <https://github.com/crossbeam-rs/crossbeam/blob/master/crossbeam-utils/src/cache_padded.rs>

Copyright & License:

Structs§

CachePadded
Aligns an object size to CPU cache line size to prevent false-sharing.