Expand description
Simplified locks hat panic instead of returning a Result
when the lock is
poisoned.
Structsยง
- A wrapper around
std::sync::Mutex
that panics on poison. - A wrapper around
std::sync::RwLock
that panics on poison.
Simplified locks hat panic instead of returning a Result
when the lock is
poisoned.
std::sync::Mutex
that panics on poison.std::sync::RwLock
that panics on poison.