Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation of differences between parking_lot::Mutex and std::sync::Mutex #428

Open
Qqwy opened this issue Feb 24, 2024 · 0 comments

Comments

@Qqwy
Copy link

Qqwy commented Feb 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.

@Qqwy 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::Mutex Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant