mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
dc00e8cdb6
Always use WaitOnAddress on Win10+ `WaitOnAddress` and `WakeByAddressSingle` are always available since Windows 8 so they can now be used without needing to delay load. I've also moved the Windows 7 thread parking fallbacks into a separate sub-module.