Crate atomic_ref_box

Source

Structsยง

AtomicMutRef
AtomicRef
AtomicRefBox
A thread-safe pointer type that uniquely owns a heap allocation of type T, but allows immutable (weak) references to be created and shared.
AtomicWeakRef