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

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

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