mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 16:31:12 +01:00
e8a1bd1aad
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.