We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f335403 commit e9d0e3aCopy full SHA for e9d0e3a
src/concurrency/fearless.md
@@ -1,9 +1,10 @@
1
# Fearless Concurrency
2
3
-Rust has great support for concurrency and its powerful type system is able to
4
-prevent many concurrency bugs at compile time. This is often referred to as
5
-_fearless concurrency_ since you can rely on the compiler to ensure correctness
6
-at runtime.
+Rust has great support for concurrency:
+
+- The type system is able to prevent many concurrency bugs at compile time.
+- This is often referred to as _fearless concurrency_. You can refactor without
7
+ fear of introducing concurrency issues.
8
9
<details>
10
0 commit comments