You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust provides language and library features for writing concurrent programs. These features are designed to prevent data races --- situations in which multiple threads access the same memory without proper synchronization, with at least one of the accesses modifying that memory.
6
+
7
+
This chapter describes the traits, types, and concepts that Rust uses to express and enforce safe concurrency.
0 commit comments