Crate atomic_ref2[][src]

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