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