Include racy reads in Rust memory model with `MaybeInvalid<T>`
Rust Internals [Unofficial]
May 31, 2026
doc.rust-lang.org
pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> - RwLock in...
Attempts to acquire this RwLock with shared read access. | A reader-writer lock
Discussion in the ATmosphere