many_cpus 2.4.0

Efficiently schedule work and inspect the hardware environment on many-processor systems
Documentation
1
2
3
4
5
mod platform;
mod processor;

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