Rewriting so that the termination flag is on the mailbox instead of the ActorCell
This commit is contained in:
parent
f30bc274d3
commit
1edd52c691
9 changed files with 105 additions and 95 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue