mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-05 03:58:59 +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.