Migrate from `AtomicUsize::compare_and_swap` to `AtomicUsize::compare_exchange`
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 63/100
Research direction
Search the codebase for AtomicUsize::compare_and_swap and inspect each call site before migrating it to compare_exchange. Run the project's checks and confirm the deprecation warning is gone without changing the timer behavior.
Written by the indexing model from the issue text.
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
- Dominant language
- Rust
- Stars
- 219
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from async-rs/futures-timer
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
async-rs/futures-timer#81 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
async-rs/futures-timer#80 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
async-rs/futures-timer#79 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
async-rs/futures-timer#77 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
async-rs/futures-timer#76 ·
All issues in async-rs/futures-timer
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100