Function getCpuCount [src]

Returns the platforms view on the number of logical CPU cores available.

Prototype

pub fn getCpuCount() CpuCountError!usize

Possible Errors

PermissionDenied
SystemResources
Unexpected
Unsupported

Source

pub fn getCpuCount() CpuCountError!usize { return try Impl.getCpuCount(); }