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 Nov 28, 2025. It is now read-only.
Use compare_exchange for locks to prevent races in the very brief window where we modify lock values as per Discord talks with @xacrimon after his blessed fixes.
Might also want to look into fetch_update after doing some of my own digging; seems like I could keep it relatively smooth that way?