rust/library/core/src/sync
Gray Olson 2095211fb6 core docs: improve clarity of considerations about atomic CAS operations
- Rewords existing Considerations section on `fetch_update` and friends
to make clear that the limitations are inherent to an implementation based on any
CAS operation, rather than the weak version of `compare_exchange` in particular
- Add Considerations to `compare_exchange` and `compare_exchange_weak`
which details similar considerations and when they may be relevant.
2025-06-10 17:14:04 +02:00
..
atomic.rs core docs: improve clarity of considerations about atomic CAS operations 2025-06-10 17:14:04 +02:00
exclusive.rs get rid of a whole bunch of unnecessary rustc_const_unstable attributes 2024-11-02 09:59:55 +01:00
mod.rs add tracking issue for exclusive 2022-06-23 08:52:13 -07:00