Type Definition futures_intrusive::sync::Semaphore
source · pub type Semaphore = GenericSemaphore<RawMutex>;
Expand description
A GenericSemaphore
backed by parking_lot
.
pub type Semaphore = GenericSemaphore<RawMutex>;
A GenericSemaphore
backed by parking_lot
.