Skip to content

Commit

Permalink
Windows: Use futex implementation for Once
Browse files Browse the repository at this point in the history
Keep the queue implementation for win7.
Inspired by PR rust-lang#121956
  • Loading branch information
timokroeger committed Jun 4, 2024
1 parent eb5e244 commit fa58d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/sync/once/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

cfg_if::cfg_if! {
if #[cfg(any(
all(target_os = "windows", not(target_vendor="win7")),
target_os = "linux",
target_os = "android",
all(target_arch = "wasm32", target_feature = "atomics"),
Expand Down

0 comments on commit fa58d1b

Please sign in to comment.