about summary refs log tree commit diff
path: root/library/std/src/thread/available_concurrency.rs
AgeCommit message (Expand)AuthorLines
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-156/+0
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-5/+5
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-0/+157