External Publication
Visit Post

Include racy reads in Rust memory model with `MaybeInvalid<T>`

Rust Internals [Unofficial] May 31, 2026
Source

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

Loading comments...