rustlings/exercises/threads/README.md

1 line
225 B
Markdown
Raw Normal View History

2019-05-26 07:57:56 -05:00
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.