AtomicCpuSet

Type Alias AtomicCpuSet 

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

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

Aliased Typeยง

pub struct AtomicCpuSet { /* private fields */ }