ArcCell

Type Alias ArcCell 

Source
pub type ArcCell<T> = AtomicCell<Arc<T>>;
Expand description

Atomically swappable/clonable Arc pointer value.

Aliased Typeยง

pub struct ArcCell<T> { /* private fields */ }