pub type WeakCell<T> = AtomicCell<Weak<T>>;
Expand description
Atomically swappable/clonable Weak Arc pointer value.
Aliased Typeยง
pub struct WeakCell<T> { /* private fields */ }
pub type WeakCell<T> = AtomicCell<Weak<T>>;
Atomically swappable/clonable Weak Arc pointer value.
pub struct WeakCell<T> { /* private fields */ }