Type Alias ostd::sync::ArcRwMutexUpgradeableGuard

source ·
pub type ArcRwMutexUpgradeableGuard<T> = RwMutexUpgradeableGuard_<T, Arc<RwMutex<T>>>;
Expand description

A upgradable guard that provides read access to the data protected by a Arc<RwMutex>.

Aliased Type§

struct ArcRwMutexUpgradeableGuard<T> { /* private fields */ }