//! Provides `AtomicOptionRef` and `AtomicRef`.
//! Intended to map to [java.util.concurrent.atomic.AtomicReference](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/atomic/AtomicReference.html) in Java.
extern crate rand;
pub use IntoOptionArc;
pub use AtomicOptionRef;
pub use AtomicRef;