Crate atomic_ref2

Crate atomic_ref2 

Source
Expand description

Provides AtomicOptionRef and AtomicRef. Intended to map to java.util.concurrent.atomic.AtomicReference in Java.

Structs§

AtomicOptionRef
An atomic reference that may be updated atomically.
AtomicRef
An atomic reference that may be updated atomically.

Traits§

IntoOptionArc