pekko/akka-tutorials/akka-tutorial-first
Roland eeca88d674 add test for “unorderly” shutdown of ActorSystem by PoisonPill
- uncovered nasty endless loop bug wrt. dead letters and a dead listener
- fixing that bug removed the MainBusReaper (sigh)
- also fix compilation of tutorial-first, but that REALLY needs to be
  changed not to create RoutedActorRef using new!
2011-12-05 15:18:22 +01:00
..
project Updated samples and tutorial to Akka 2.0. Added projects to SBT project file. Fixes #1278 2011-11-29 12:31:01 +01:00
src add test for “unorderly” shutdown of ActorSystem by PoisonPill 2011-12-05 15:18:22 +01:00
pom.xml Updated samples and tutorial to Akka 2.0. Added projects to SBT project file. Fixes #1278 2011-11-29 12:31:01 +01:00
README Update tutorials and include source in the distribution 2011-05-10 16:37:31 +12:00

================
 First Tutorial
================

This is the source code for the first tutorial.

See the Akka Documentation for information about this tutorial.