Crate no_deadlocks

Source

Modules§

lock_manager
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§

Condvar
Mutex
An instrumented version of std::sync::Mutex
MutexGuard
RwLock
An instrumented version of std::sync::RwLock
RwLockReadGuard
RwLockWriteGuard