async-rs / async-rs/futures-timer

Migrate from `AtomicUsize::compare_and_swap` to `AtomicUsize::compare_exchange`

Open
#71 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.