move back to explicit enqueue/dequeue delegation from Mailbox to MessageQueue, see #1844

This commit is contained in:
Roland 2012-02-21 13:22:25 +01:00
parent 587950b863
commit 3eeaadd804
8 changed files with 19 additions and 14 deletions

View file

@ -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)
}
}