#problem #classic #run #concurrency #cargo #philosophers #dining

nightly app dining_philosophers

The classic concurrency problem, in Rust

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

MIT license

7KB
154 lines

Dining Philosophers

Build Status

The classic concurrency problem, in Rust.

Trying it out

$ git clone https://github.com/steveklabnik/dining_philosophers.git
$ cd dining_philosophers
$ cargo run

No runtime deps