UP | HOME
../../

Dining Philosophers on Scala Akka

1 Dining Philosophers on Akka

  1. The source code examples below are "implementing" the famous Dining Philosophers Problem. Not the solution.
  2. DiningHakkersOnBecome.scala minor mods by Mateti
  3. DiningHakkersOnFsm.scala minor mods by Mateti
  4. My versions can be compiled and run without using Activator: % scalac DiningHakkersOnBecome.scala; % scala DiningHakkersOnBecome
  5. dining-philosophers-akka-fsm fairly detailed explanation of the Akka FSM based code.
  6. https://www.typesafe.com/activator/template/akka-sample-fsm-scala

2 End


Copyright © 2020 www.wright.edu/~pmateti • 2020-01-31