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