[][src]Crate no_deadlocks

Modules

prelude

A convenience import: imports all lock and guard types from no_deadlock. Replace prelude by prelude_std to import their equivalent types from std::sync instead.

prelude_std

A convenience import: imports all lock and guard types from std::sync. Replace prelude_std by prelude to import their equivalent types from no_deadlocks instead.

Structs

Mutex

An instrumented version of std::sync::Mutex

MutexGuard
RwLock

An instrumented version of std::sync::RwLock

RwLockReadGuard
RwLockWriteGuard