mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
cc51f91455
Move thread parking to `sys::sync` Part of #117276. I'll leave the platform-specific API abstractions in `sys::pal`, as per the initial proposal. I'm not entirely sure whether we'll want to keep it that way, but that remains to be seen. r? ``@ChrisDenton`` (if you have time)