Expand description
Simplified locks hat panic instead of returning a Result when the lock is
poisoned.
Structsยง
- Mutex
- A wrapper around
std::sync::Mutexthat panics on poison. - RwLock
- A wrapper around
std::sync::RwLockthat 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.