Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/dining_philosophers
The Dining Philosophers problem, in Rust
https://github.com/steveklabnik/dining_philosophers
Last synced: 25 days ago
JSON representation
The Dining Philosophers problem, in Rust
- Host: GitHub
- URL: https://github.com/steveklabnik/dining_philosophers
- Owner: steveklabnik
- Created: 2014-08-02T03:20:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T04:04:19.000Z (about 6 years ago)
- Last Synced: 2024-11-27T18:57:12.454Z (about 1 month ago)
- Language: Rust
- Size: 305 KB
- Stars: 28
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dining Philosophers
[![Build Status](https://travis-ci.org/steveklabnik/dining_philosophers.svg?branch=master)](https://travis-ci.org/steveklabnik/dining_philosophers)
The classic concurrency problem, in Rust.
## Trying it out
```bash
$ git clone https://github.com/steveklabnik/dining_philosophers.git
$ cd dining_philosophers
$ cargo run
```