You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/fixtures/full-sample/2cl7.md

10 lines
334 B
Markdown

# Fearless concurrency
* A term coined by the Rust team to advocate the [ownership pattern](88el) as a way to not only solve memory bugs but also most concurrency bugs at compile time.
## Reference
* [Fearless Concurrency - The Rust Programming Language](https://doc.rust-lang.org/book/ch16-00-concurrency.html)
:programming: