summaryrefslogtreecommitdiff
path: root/exercises/threads/README.md
blob: 2024292f63674f69e168e53e37c50d6bba52ddfe (plain)
1
For this exercise check out the [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the chapter [Concurrency](https://doc.rust-lang.org/book/ch16-01-threads.html) of the Rust Book.