Consider using parking lot types #786
SuchAFuriousDeath
started this conversation in
General
Replies: 2 comments 4 replies
-
I'm not a fan of using an alternative to |
Beta Was this translation helpful? Give feedback.
0 replies
-
We could use type aliases. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The crate https://docs.rs/parking_lot/latest/parking_lot/ claims that it implements faster, smaller and more efficient implementations of
Mutex, RwLock, Condvar and Once than the standard library. Many big Rust crates use it internally.
Beta Was this translation helpful? Give feedback.
All reactions