mirror of
https://github.com/openharmony/third_party_rust_num_cpus.git
synced 2026-06-29 10:12:03 -04:00
master
Merge pull request !2 from peizhe/master
num_cpus
Count the number of CPUs on the current machine.
Usage
Add to Cargo.toml:
[dependencies]
num_cpus = "1.0"
In your main.rs or lib.rs:
extern crate num_cpus;
// count logical cores this process could try to use
let num = num_cpus::get();
Description
Languages
Rust
99.6%
Dockerfile
0.4%