You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are implemented using OS futexes directly: this is very close to correct on Linux but will still fail with spurious wake-ups from the OS. On iOS and Windows the APIs are even worse aligned compared to the intended case.