Skip to content

Commit fa58d1b

Browse files
committed
Windows: Use futex implementation for Once
Keep the queue implementation for win7. Inspired by PR #121956
1 parent eb5e244 commit fa58d1b

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/sync/once

1 file changed

+1
-0
lines changed

library/std/src/sys/sync/once/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
cfg_if::cfg_if! {
1111
if #[cfg(any(
12+
all(target_os = "windows", not(target_vendor="win7")),
1213
target_os = "linux",
1314
target_os = "android",
1415
all(target_arch = "wasm32", target_feature = "atomics"),

0 commit comments

Comments
 (0)