Uses old Rust 2015
0.1.0 |
|
---|
#5 in #nullable
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.