futures_intrusive::sync

Type Alias 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 */ }