Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```