macro_rules! obtain_read_lock {
( $lock:expr ) => { ... };
}
Expand description
Must use maybe_async
keyword when using this macro
macro_rules! obtain_read_lock {
( $lock:expr ) => { ... };
}
Must use maybe_async
keyword when using this macro