pub type OptionalWeakCell<T> = AtomicCell<Option<Weak<T>>>;
Expand description

Atomically swappable/clonable/optional Weak Arc pointer value.