heim_cpu
pub async fn physical_count() -> Result<Option<u64>>
Returns an amount of physical CPUs.
If the amount can't be determined, Ok(None) will be returned.
Ok(None)