many_cpus 2.4.0

Efficiently schedule work and inspect the hardware environment on many-processor systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod bindings;
mod group_mask;
mod platform;
mod processor;

use bindings::*;
pub(crate) use group_mask::*;
pub use platform::*;
pub(crate) use processor::*;

type ProcessorGroupIndex = u16;
type ProcessorIndexInGroup = u8;