#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

#681 in Concurrency

Download history 1/week @ 2023-11-10 8/week @ 2023-11-17 13/week @ 2023-11-24 21/week @ 2023-12-01 6/week @ 2023-12-08 7/week @ 2023-12-15 13/week @ 2023-12-22 1/week @ 2023-12-29 2/week @ 2024-01-12 7/week @ 2024-01-19 13/week @ 2024-01-26 13/week @ 2024-02-02 15/week @ 2024-02-09 99/week @ 2024-02-16 216/week @ 2024-02-23

343 downloads per month

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