Type Alias AtomicCpuSet

Source
pub type AtomicCpuSet = AtomicIdSet<CpuId>;
Expand description

A set of CPU IDs, with support for concurrent access.

Aliased Typeยง

struct AtomicCpuSet { /* private fields */ }