Crate no_deadlocks[][src]

Modules

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.

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

An instrumented version of std::sync::Mutex

An instrumented version of std::sync::RwLock