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

Acquire a read lock on a RwLock, silently recovering the lock if it is poisoned