Type Definition spirit::ArcSwap

source ·
pub type ArcSwap<T> = ArcSwapAny<Arc<T>, Global>;
Expand description

An atomic storage for Arc.

This is a type alias only. Most of its methods are described on ArcSwapAny.