You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-14 21:35:00 +02:00
Rephrase slide on “fearless concurrency”
Bullet points makes it looks more like, well, a slide!
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
# Fearless Concurrency
|
# Fearless Concurrency
|
||||||
|
|
||||||
Rust has great support for concurrency and its powerful type system is able to
|
Rust has great support for concurrency:
|
||||||
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
|
- The type system is able to prevent many concurrency bugs at compile time.
|
||||||
at runtime.
|
- This is often referred to as _fearless concurrency_. You can refactor without
|
||||||
|
fear of introducing concurrency issues.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user