pub type Semaphore = GenericSemaphore<RawMutex>;
Expand description
A GenericSemaphore
backed by parking_lot
.
Aliased Typeยง
struct Semaphore { /* private fields */ }
pub type Semaphore = GenericSemaphore<RawMutex>;
A GenericSemaphore
backed by parking_lot
.
struct Semaphore { /* private fields */ }