Skip to content

Commit

Permalink
Rephrase slide on “fearless concurrency”
Browse files Browse the repository at this point in the history
Bullet points makes it looks more like, well, a slide!
  • Loading branch information
mgeisler committed Jun 5, 2024
1 parent 7c506ef commit 4e3b350
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/concurrency/fearless.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Fearless Concurrency

Rust has great support for concurrency and its powerful type system is able to
prevent many concurrency bugs at compile time. This is often referred to as
_fearless concurrency_ since you can rely on the compiler to ensure correctness
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
fear of introducing concurrency issues.

<details>

Expand Down

0 comments on commit 4e3b350

Please sign in to comment.