Type Alias futures_intrusive::sync::LocalMutex
source · pub type LocalMutex<T> = GenericMutex<NoopLock, T>;
Expand description
A GenericMutex
which is not thread-safe.
Aliased Type§
struct LocalMutex<T> { /* private fields */ }