Cleaned up the Actor and Supervisor classes. Added implicit sender to actor ! methods, works with 'sender' field and 'reply'
This commit is contained in:
parent
9606dbfe3f
commit
805fac6ebb
22 changed files with 288 additions and 158 deletions
|
|
@ -27,6 +27,7 @@ class RemoteActorSpecActorBidirectional extends Actor {
|
|||
}
|
||||
|
||||
class RemoteActorTest extends JUnitSuite {
|
||||
import Actor._
|
||||
akka.Config.config
|
||||
new Thread(new Runnable() {
|
||||
def run = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue