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
https://github.com/rust-lang/rust/blob/master/src/doc/book/concurrency.md
Rust's memory safety features also apply to its concurrency story too.
Also/too; I think the trailing too can just be gotten rid of.
It allows the sharing of data between threads, but shared mutable data is unsafe and when threads are involved can cause data races!
Above sentence should use additional punctuation to make it more readable, e.g.:
It allows the sharing of data between threads, but shared mutable data is unsafe and – when threads are involved – can cause data races!
The text was updated successfully, but these errors were encountered:
I would happily take a PR for this!
Sorry, something went wrong.
Rollup merge of rust-lang#36957 - cynicaldevil:docs, r=frewsxcv
534a2b5
Minor modifications in concurrency section of the Rust book Fixes rust-lang#36939 r? @steveklabnik
No branches or pull requests
https://github.com/rust-lang/rust/blob/master/src/doc/book/concurrency.md
Also/too; I think the trailing too can just be gotten rid of.
Above sentence should use additional punctuation to make it more readable, e.g.:
The text was updated successfully, but these errors were encountered: