Function is_cpu_online

Source
pub fn is_cpu_online(cpu_id: usize) -> Result<bool>
Expand description

Returns a bool if the CPU is online, or an error if there was an issue reading the system properties.