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