async-rs / async-rs/futures-timer
Migrate from `AtomicUsize::compare_and_swap` to `AtomicUsize::compare_exchange`
Open
- Dominant language
- Rust
- Stars
- 219
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
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 https://github.com/async-rs/futures-timer/pull/69
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.