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
619: Deprecate AtomicCell::compare_and_swap r=jeehoonkang a=taiki-e
The standard library deprecated `compare_and_swap` in favor of `compare_exchange(_weak)` in 1.50. (rust-lang/rust#79261)
Given why std `compare_and_swap` was deprecated, it probably makes sense to do the same with `AtomicCell::compare_and_swap`.
Closes#618
Co-authored-by: Taiki Endo <[email protected]>
0 commit comments