Expand description
Structsยง
- Mutex
- Wrapper around a
std::sync::Mutex
which uses a thread local variable in order to check for lock hierarchy violations in debug builds. - Mutex
Guard - RwLock
- Wrapper around a
std::sync::RwLock
which uses a thread local variable in order to check for lock hierarchy violations in debug builds. - RwLock
Read Guard - RwLock
Write Guard