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
I think it would be good to revisit the list of differences in parking_lot's README and in the module-docs of Mutex since they are no longer fully up-to-date.
The text was updated successfully, but these errors were encountered:
Qqwy
changed the title
Improve documentation of differences between parking_lot::Mutex and std::sync::Mutex
Update documentation of differences between parking_lot::Mutex and std::sync::MutexFeb 24, 2024
I was today years old when I found out that actually Rust's Mutexes have been optimized to no longer box on most platforms, already back in v1.62.0 (tracking issue).
Besides this, I believe the standard mutexes can now also be statically constructed.
I think it would be good to revisit the list of differences in parking_lot's README and in the module-docs of Mutex since they are no longer fully up-to-date.
The text was updated successfully, but these errors were encountered: