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
Given that the standard library deprecated the methods that use a single ordering for CAS operation, I think it makes sense to remove CompareAndSetOrdering trait and change compere_and_set to always use two orderings.
Given that the standard library deprecated the methods that use a single ordering for CAS operation, I think it makes sense to remove
CompareAndSetOrdering
trait and changecompere_and_set
to always use two orderings.Context: #620 (comment)
The text was updated successfully, but these errors were encountered: