mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-07-04 18:59:28 +03:00
A race could occur from the timeout path in `WaitForAddress` taking place at the same time as `SignalToAddress` has been caused, this causes a deadlock due to double-insertion.