about summary refs log tree commit diff
path: root/library/std/src/sys/windows/thread.rs
AgeCommit message (Collapse)AuthorLines
2021-09-28Rename `std::thread::available_onccurrency` to ↵Yoshua Wuyts-1/+1
`std::thread::available_parallelism`
2021-08-19I/O safety.Dan Gohman-2/+3
Introduce `OwnedFd` and `BorrowedFd`, and the `AsFd` trait, and implementations of `AsFd`, `From<OwnedFd>` and `From<T> for OwnedFd` for relevant types, along with Windows counterparts for handles and sockets. Tracking issue: - <https://github.com/rust-lang/rust/issues/87074> RFC: - <https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md>
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+16
2020-07-27mv std libs to library/mark-0/+110