-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
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!
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.