Expand description
This crate offers debug assertions for violations of lock hierarchies. No runtime overhead or protection occurs for release builds.
Structs§
- Wrapper around a
std::sync::Mutex
which uses a thread local variable in order to check for lock hierachy violations.