Type Alias futures_intrusive::sync::Semaphore
source · 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 */ }