Type Alias ostd::sync::ArcRwLockUpgradeableGuard
source · pub type ArcRwLockUpgradeableGuard<T> = RwLockUpgradeableGuard_<T, Arc<RwLock<T>>>;
Expand description
A upgradable guard that provides read access to the data protected by a Arc<RwLock>
.
Aliased Type§
struct ArcRwLockUpgradeableGuard<T> { /* private fields */ }