Mitchell Henry

Results 1 issues of Mitchell Henry

# Proposal This proposal suggests to add a `try_upgrade` method on [RwLockReadGuard](https://doc.rust-lang.org/std/sync/struct.RwLockWriteGuard.html#) that transforms it into a [RwLockWriteGuard](https://doc.rust-lang.org/std/sync/struct.RwLockReadGuard.html) if it is immediately possible (ie if there are no read guards...

T-libs-api
api-change-proposal