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
Mutex
Mutex makes the server unnecessarily slow. Try Arc or even RWLock. Thanks to @HiRoFa for pointing this out!
Arc
The text was updated successfully, but these errors were encountered:
#303 no mutex for store in actix
463512e
#303 fix tests mutex, refactor Opts init
c46e2e5
6cab700
No branches or pull requests
Mutex makes the server unnecessarily slow. Try
Arc
or even RWLock. Thanks to @HiRoFa for pointing this out!The text was updated successfully, but these errors were encountered: