Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CompareAndSetOrdering trait and change compere_and_set to always use two orderings #621

Closed
taiki-e opened this issue Dec 24, 2020 · 0 comments · Fixed by #628
Closed

Comments

@taiki-e
Copy link
Member

taiki-e commented Dec 24, 2020

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.

Context: #620 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant