Type Definition arc_cell::WeakCell

source · []
pub type WeakCell<T> = AtomicCell<Weak<T>>;
Expand description

Atomically swappable/clonable Weak Arc pointer value.