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