Type Definition futures_intrusive::sync::LocalSemaphore
source · [−]pub type LocalSemaphore = GenericSemaphore<NoopLock>;Expand description
A GenericSemaphore which is not thread-safe.
pub type LocalSemaphore = GenericSemaphore<NoopLock>;A GenericSemaphore which is not thread-safe.