We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, first of all, thanks for the collections, it works as intended!
Would you interested in implementation of mutex variation with support of eventual fairness similar to https://docs.rs/parking_lot/0.7.1/parking_lot/type.Mutex.html for example?
The goal is to ensure that the lock will be fair on average rather than immediate.
Something like: yamc::eventual_fair::mutex yamc::eventual_fair::recursive_mutex yamc::eventual_fair::timed_mutex yamc::eventual_fair::recursive_timed_mutex yamc::eventual_fair::shared_mutex yamc::eventual_fair::shared_timed_mutex Would be great.
yamc::eventual_fair::mutex
yamc::eventual_fair::recursive_mutex
yamc::eventual_fair::timed_mutex
yamc::eventual_fair::recursive_timed_mutex
yamc::eventual_fair::shared_mutex
yamc::eventual_fair::shared_timed_mutex
The text was updated successfully, but these errors were encountered:
Ref. Locking in WebKit
Sorry, something went wrong.
No branches or pull requests
Hey, first of all, thanks for the collections, it works as intended!
Would you interested in implementation of mutex variation with support of eventual fairness similar to https://docs.rs/parking_lot/0.7.1/parking_lot/type.Mutex.html for example?
The goal is to ensure that the lock will be fair on average rather than immediate.
Something like:
yamc::eventual_fair::mutex
yamc::eventual_fair::recursive_mutex
yamc::eventual_fair::timed_mutex
yamc::eventual_fair::recursive_timed_mutex
yamc::eventual_fair::shared_mutex
yamc::eventual_fair::shared_timed_mutex
Would be great.
The text was updated successfully, but these errors were encountered: