Actors

In which we explore actors using Akka.

Note to run these examples in the REPL, you’ll need to include an Akka 2.0 actor jar in the classpath and pass the ”-Yrepl-sync” option to the REPL.

Note that while Scala includes an actor implementation in the core library, in the future they will be replaced by Akka actors.

The Akka Documentation is much more comprehensive than this, this is more of an introduction to what can be done.