6 releases
Uses old Rust 2015
0.11.2 | Mar 2, 2015 |
---|---|
0.11.1 | Feb 13, 2015 |
0.10.2 | Jan 7, 2015 |
0.10.1 | Dec 16, 2014 |
0.9.0 | Nov 11, 2014 |
#18 in #classic
7KB
154 lines
Dining Philosophers
The classic concurrency problem, in Rust.
Trying it out
$ git clone https://github.com/steveklabnik/dining_philosophers.git
$ cd dining_philosophers
$ cargo run