[][src]Function heim::cpu::physical_count

pub fn physical_count() -> impl Future<Output = Result<Option<u64>, Error>>

Returns future which will resolve into a amount of physical CPUs.

Returned future might resolve into Ok(None) if the amount can't be determined.