Type Alias ostd::sync::ArcRwMutexReadGuard

source ·
pub type ArcRwMutexReadGuard<T> = RwMutexReadGuard_<T, Arc<RwMutex<T>>>;
Expand description

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

Aliased Type§

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