Skip to main content

try_read

Function try_read 

Source
pub fn try_read<T>(rwlock: &RwLock<T>) -> Option<RwLockReadGuard<'_, T>>
Expand description

Try to read lock an RwLock