Skip to main content

RwSemaphoreReadGuard

Type Alias RwSemaphoreReadGuard 

Source
pub type RwSemaphoreReadGuard<'a, T> = RwLockReadGuard<'a, RawRwSemaphore, T>;
Expand description

A shared, task-bound semaphore guard.

Aliased Typeยง

pub struct RwSemaphoreReadGuard<'a, T> { /* private fields */ }