macro_rules! recover_lock {
    ($e:expr) => { ... };
}
Expand description

Recovers a poisoned lock by returning the value before the lock was poisoned