#reference #atomic #static #order

atomic_ref

Atomic &'a T types with support for static allocation

4 releases

Uses old Rust 2015

0.2.1 Sep 19, 2021
0.2.0 Nov 1, 2020
0.1.2 Nov 4, 2016
0.1.1 Sep 3, 2016
0.1.0 Sep 2, 2016

#692 in Concurrency

Download history 229/week @ 2024-12-10 282/week @ 2024-12-17 151/week @ 2024-12-24 288/week @ 2024-12-31 350/week @ 2025-01-07 233/week @ 2025-01-14 110/week @ 2025-01-21 102/week @ 2025-01-28 207/week @ 2025-02-04 198/week @ 2025-02-11 152/week @ 2025-02-18 168/week @ 2025-02-25 347/week @ 2025-03-04 457/week @ 2025-03-11 578/week @ 2025-03-18 323/week @ 2025-03-25

1,762 downloads per month
Used in 2 crates

MIT license

18KB
161 lines

AtomicRef

Build Status

An atomic optional reference with support for static allocation.

See the documentation for more information.

No runtime deps