Expand description
§atomic-option
An atomic, nullable, owned pointer.
Structs§
- Atomic
Option - An atomic version of
Option<Box<T>>
, useful for moving owned objects between threads in a wait-free manner.
An atomic, nullable, owned pointer.
Option<Box<T>>
, useful for moving owned objects
between threads in a wait-free manner.