pub type LocalSemaphore = GenericSemaphore<NoopLock>;Expand description
A GenericSemaphore which is not thread-safe.
Aliased Typeยง
struct LocalSemaphore { /* private fields */ }pub type LocalSemaphore = GenericSemaphore<NoopLock>;A GenericSemaphore which is not thread-safe.
struct LocalSemaphore { /* private fields */ }