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
As of rust-lang/rust#95035, the locking API
provided by std::sync is improved on Linux, outperforming parking_lot in
various cases. Using the built-in locking APIs means we can remove
parking_lot as a dependency, along with its own (indirect) dependencies;
removing a total of 10 dependencies.
0 commit comments