Function arc_rwlock

Source
pub fn arc_rwlock<T>(data: T) -> Arc<RwLock<T>>