Uses old Rust 2015

0.1.0 Jul 23, 2021

#6 in #nullable

MIT license

5KB
88 lines

atomic_arc

This Rust crate implements the type AtomicArc<T>.

AtomicArc<T> is similar to Arc<T> except that it is nullable, and it allows the pointer itself to be set/get atomically.

No runtime deps