pub type ArcSwap<T> = ArcSwapAny<Arc<T>>;
Expand description
An atomic storage for Arc
.
This is a type alias only. Most of its methods are described on
ArcSwapAny
.
Aliased Typeยง
pub struct ArcSwap<T> { /* private fields */ }
pub type ArcSwap<T> = ArcSwapAny<Arc<T>>;
An atomic storage for Arc
.
This is a type alias only. Most of its methods are described on
ArcSwapAny
.
pub struct ArcSwap<T> { /* private fields */ }