rust/library
Trevor Gross 599d32414b
Rollup merge of #127813 - ChrisDenton:win-futex, r=joboet
Prevent double reference in generic futex

In the Windows futex implementation we were a little lax at allowing references to references (i.e. `&&`) which can lead to deadlocks due to reading the wrong memory address. This uses a trait to tighten the constraints and ensure this doesn't happen.

r? libs
2024-07-17 04:05:59 -05:00
..
2024-06-06 22:50:45 -07:00
2024-06-19 13:54:51 +01:00
2024-06-19 13:54:51 +01:00