|
5 months ago | |
---|---|---|
.gitignore | 5 months ago | |
ActorDemo.sc | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago |
An experiment to see how the actor model can be used to synchronize / encapsulate mutable state without the use of locks.
./ActorsDemo.sc
Sample output:
13:02:58.966 [TestActors-akka.actor.default-dispatcher-3] INFO ammonite.$file.AkkaActorsDemo.ActorDemo$RootActor$ - --- Beginning ---
13:02:58.967 [TestActors-akka.actor.default-dispatcher-5] INFO ammonite.$file.AkkaActorsDemo.ActorDemo$CounterActor$CounterActor - Value of counter is 5
CounterResult(5)