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
Right now we have a warning in the codebase about the deprecated compare_and_swap call. We should migrate this to the newer compare_exchange call. I've turned off warnings == errors in #69
The text was updated successfully, but these errors were encountered:
Right now we have a warning in the codebase about the deprecated
compare_and_swap
call. We should migrate this to the newercompare_exchange
call. I've turned off warnings == errors in #69The text was updated successfully, but these errors were encountered: