[−][src]Type Definition futures_intrusive::sync::Semaphore
type Semaphore = GenericSemaphore<RawMutex>;
A GenericSemaphore
backed by parking_lot
.
type Semaphore = GenericSemaphore<RawMutex>;
A GenericSemaphore
backed by parking_lot
.