Cleaned up the Actor and Supervisor classes. Added implicit sender to actor ! methods, works with 'sender' field and 'reply'

This commit is contained in:
jboner 2009-11-21 19:34:42 +01:00
parent 9606dbfe3f
commit 805fac6ebb
22 changed files with 288 additions and 158 deletions

View file

@ -27,6 +27,7 @@ class RemoteActorSpecActorBidirectional extends Actor {
}
class RemoteActorTest extends JUnitSuite {
import Actor._
akka.Config.config
new Thread(new Runnable() {
def run = {