Type Definition arc_cell::ArcCell

source · []
pub type ArcCell<T> = AtomicCell<Arc<T>>;
Expand description

Atomically swappable/clonable Arc pointer value.