1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-01-12 18:08:10 -05:00
rustlings/exercises/threads/README.md

1 line
225 B
Markdown
Raw Normal View History

2019-05-26 08:57:56 -04: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.