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
Centralize all the pointer type casting and RMW into a new
`compare_exchange` function as was done in other types in the module.
Leave the dereferencing of the pointer in `init()` as `set()` doesn't
ever use the old value.
0 commit comments