Skip to main content

RwSemaphoreWriteGuard

Type Alias RwSemaphoreWriteGuard 

Source
pub type RwSemaphoreWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSemaphore, T>;
Expand description

An exclusive, task-bound semaphore guard.

Aliased Typeยง

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