You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
28: Add `Mutex::{get_mut, into_inner}` r=adamgreig a=jonas-schievink
These mirror the API of `std::sync::Mutex` (modulo poisoning) and can be pretty helpful sometimes.
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
0 commit comments