Crate atomic_option

Source
Expand description

§atomic-option

An atomic, nullable, owned pointer.

Structs§

AtomicOption
An atomic version of Option<Box<T>>, useful for moving owned objects between threads in a wait-free manner.