Skip to content

Elixir implementation of a solution to the Dining Philosophers problem.

Notifications You must be signed in to change notification settings

samsamai/dining_philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dine

** Start the Dining Philosophers process ** iex --sname party -S mix iex> Dine.run

** Start the monitor process ** iex --sname monitor -S mix iex> Monitor.stats

About

Elixir implementation of a solution to the Dining Philosophers problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages