Type Alias futures_intrusive::sync::SharedSemaphore
source · pub type SharedSemaphore = GenericSharedSemaphore<RawMutex>;Expand description
A GenericSharedSemaphore backed by parking_lot.
Aliased Type§
struct SharedSemaphore { /* private fields */ }