mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 09:15:28 +03:00
Since the waitermutex is only ever locked for a short amount of time, spinning in contention-heavy scenarios ends up quite a bit more efficient than a kernel wait.