Rewriting so that the termination flag is on the mailbox instead of the ActorCell

This commit is contained in:
Viktor Klang 2011-09-23 13:14:17 +02:00
parent f30bc274d3
commit 1edd52c691
9 changed files with 105 additions and 95 deletions

View file

@ -115,10 +115,9 @@ class CallingThreadDispatcher(val name: String = "calling-thread", val warnings:
protected[akka] override def shutdown() {}
protected[akka] override def reRegisterForExecution(mbox: Mailbox): Boolean = true
protected[akka] override def throughput = 0
protected[akka] override def throughputDeadlineTime = 0
protected[akka] override def registerForExecution(mbox: Mailbox, hasMessageHint: Boolean, hasSystemMessageHint: Boolean): Boolean = false
protected[akka] override def timeoutMs = 100L