pub type ArcRwLock<T> = Arc<RwLock<T>>;
Thread-safe reference-counted read-write lock wrapper.
pub struct ArcRwLock<T> { /* private fields */ }