move back to explicit enqueue/dequeue delegation from Mailbox to MessageQueue, see #1844
This commit is contained in:
parent
587950b863
commit
3eeaadd804
8 changed files with 19 additions and 14 deletions
|
|
@ -40,7 +40,7 @@ class Dispatcher(
|
|||
|
||||
protected[akka] def dispatch(receiver: ActorCell, invocation: Envelope) = {
|
||||
val mbox = receiver.mailbox
|
||||
mbox.messageQueue.enqueue(receiver.self, invocation)
|
||||
mbox.enqueue(receiver.self, invocation)
|
||||
registerForExecution(mbox, true, false)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue