Refactored _isEventBased into the MessageDispatcher
This commit is contained in:
parent
e52347596a
commit
7883b73052
7 changed files with 22 additions and 17 deletions
|
|
@ -41,6 +41,8 @@ class ThreadBasedDispatcher private[akka] (val name: String, val messageHandler:
|
|||
|
||||
def isShutdown = !active
|
||||
|
||||
def usesActorMailbox = false
|
||||
|
||||
def shutdown = if (active) {
|
||||
log.debug("Shutting down ThreadBasedDispatcher [%s]", name)
|
||||
active = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue