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