pub type AtomicCpuSet = AtomicIdSet<CpuId>;Expand description
A set of CPU IDs, with support for concurrent access.
Aliased Typeยง
struct AtomicCpuSet { /* private fields */ }pub type AtomicCpuSet = AtomicIdSet<CpuId>;A set of CPU IDs, with support for concurrent access.
struct AtomicCpuSet { /* private fields */ }