Open joshtriplett opened 2 years ago
With std::thread::available_parallelism stabilized in 1.59, some projects may want to switch to it. Document the key difference (minimum Rust version support) to help projects make that decision more carefully.
std::thread::available_parallelism
Following up on this PR.
With
std::thread::available_parallelism
stabilized in 1.59, some projects may want to switch to it. Document the key difference (minimum Rust version support) to help projects make that decision more carefully.