pub type LocalSemaphore = GenericSemaphore<NoopLock>;
Expand description

A GenericSemaphore which is not thread-safe.

Aliased Type§

struct LocalSemaphore { /* private fields */ }