Function getCpuCount [src]
Returns the platforms view on the number of logical CPU cores available.
Prototype
pub fn getCpuCount() CpuCountError!usize
Possible Errors
Source
pub fn getCpuCount() CpuCountError!usize {
return try Impl.getCpuCount();
}