Type Alias Semaphore

Source
pub type Semaphore = RawSemaphore<OsThreadEvent>;
Available on crate feature os only.
Expand description

Aliased Typeยง

pub struct Semaphore { /* private fields */ }