Module locks

Source
Expand description

Simplified locks hat panic instead of returning a Result when the lock is poisoned.

Structsยง

Mutex
A wrapper around std::sync::Mutex that panics on poison.
RwLock
A wrapper around std::sync::RwLock that panics on poison.