Skip to main content

try_lock

Macro try_lock 

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

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