remove app argument from Dispatchers
(cascading into all dispatchers, mailboxes, other stuff; had to move deadLetter stuff to ActorSystem again and split its initialization due to cyclic dependency)
This commit is contained in:
parent
79daccdce1
commit
f2bf27b4de
20 changed files with 180 additions and 130 deletions
|
|
@ -41,8 +41,6 @@ class RemoteActorRefProvider(
|
|||
import akka.dispatch.Promise
|
||||
|
||||
val local = new LocalActorRefProvider(app, root, eventStream, dispatcher, scheduler)
|
||||
def deadLetterMailbox = local.deadLetterMailbox
|
||||
def deadLetters = local.deadLetters
|
||||
def deathWatch = local.deathWatch
|
||||
def guardian = local.guardian
|
||||
def systemGuardian = local.systemGuardian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue