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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This way, we can use poll() with futexes. Using poll() with a futex doesn't actually wait on it, but rather unblocks when it is ready to be waited on - so this is inherently racy and should be used with caution.
0 commit comments