Skip to main content

try_read

Macro try_read 

Source
macro_rules! try_read {
    ($lock:expr) => { ... };
}
Expand description

安全地获取 RwLock 读锁,自动处理中毒情况 不会 panic