Type Definition arc_swap::ArcSwap [−][src]
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
.
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
.