[−][src]Type Definition futures_intrusive::sync::LocalMutex
type LocalMutex<T> = GenericMutex<NoopLock, T>;
A GenericMutex
which is not thread-safe.
type LocalMutex<T> = GenericMutex<NoopLock, T>;
A GenericMutex
which is not thread-safe.