mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-28 23:09:26 +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.