tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.09k stars 110 forks source link

Add fetch_update to atomics #212

Closed Kestrer closed 3 years ago

Kestrer commented 3 years ago

fetch_update is useful for implementing CAS loops with less code.