https://github.com/42ways/akka-dining-philosophers
Dining Philosophers Problem in Scala with Akka actors
https://github.com/42ways/akka-dining-philosophers
Last synced: over 1 year ago
JSON representation
Dining Philosophers Problem in Scala with Akka actors
- Host: GitHub
- URL: https://github.com/42ways/akka-dining-philosophers
- Owner: 42ways
- License: apache-2.0
- Created: 2014-12-21T15:51:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T21:28:44.000Z (about 11 years ago)
- Last Synced: 2025-03-28T03:24:41.787Z (over 1 year ago)
- Language: Scala
- Size: 178 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
akka-dining-philosophers
========================
Dining Philosophers Problem in Scala with Akka actors.
This actor example is inspired by the article http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/
on the great blog "It's Actors All The Way Down" from Dale Schumacher.
You can run the dinner via sbt with
> runMain ws.fortytwo.experimental.akka.philosophers.Dinner