[][src]Type Definition futures_intrusive::sync::LocalSemaphore

type LocalSemaphore = GenericSemaphore<NoopLock>;

A GenericSemaphore which is not thread-safe.