mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 23:55:21 +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.