You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-16 11:04:17 +02:00
Publish Comprehensive Rust 🦀
This commit is contained in:
8
src/concurrency.md
Normal file
8
src/concurrency.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Fearless Concurrency
|
||||
|
||||
Rust has full support for concurrency using OS threads with mutexes and
|
||||
channels.
|
||||
|
||||
The Rust type system plays an important role in making many concurrency bugs
|
||||
compile time bugs. This is often referred to a _fearless concurrency_ since you
|
||||
can rely on the compiler to ensure correctness at runtime.
|
Reference in New Issue
Block a user