Skip to main content

RwSemaphore

Type Alias RwSemaphore 

Source
pub type RwSemaphore<T> = RwLock<RawRwSemaphore, T>;
Expand description

A sleeping reader/writer semaphore; holding it does not pin the CPU.

Aliased Typeยง

pub struct RwSemaphore<T> { /* private fields */ }