added stop method to actor

This commit is contained in:
jboner 2009-11-20 11:12:03 +01:00
parent e9f4f9a886
commit b1c1c07947
9 changed files with 40 additions and 36 deletions

View file

@ -33,7 +33,7 @@ class Boot {
val supervisor = factory.newInstance
supervisor.start
supervisor.start
}
/*