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
|
|
@ -199,7 +199,7 @@ class CallingThreadDispatcher(
|
|||
} else false
|
||||
}
|
||||
if (execute) runQueue(mbox, queue)
|
||||
case m ⇒ m.messageQueue.enqueue(receiver.self, handle)
|
||||
case m ⇒ m.enqueue(receiver.self, handle)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue