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
Arc<RwLock<HashMap<...>>>>
related #772 and #311
The text was updated successfully, but these errors were encountered:
Consider using Drop for release to prevent any ability to miss it
release
Sorry, something went wrong.
#939 adds drop semantics to handle release
Ben has proposed using flurry in #931, probably use that instead of adding a second concurrent map crate unless there's a really good reason.
No branches or pull requests
Arc<RwLock<HashMap<...>>>>
, maybe (DashMap)related #772 and #311
The text was updated successfully, but these errors were encountered: