mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
70b107910b
thread::available_parallelism for wasm32-wasip1-threads The target has limited POSIX support and provides the `libc::sysconf` function which allows querying the number of available CPUs.