mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-14 13:26:21 +02:00
Rephrase slide on “fearless concurrency”
Bullet points makes it looks more like, well, a slide!
This commit is contained in:
parent
c506af41e8
commit
9412254832
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user