Refactored _isEventBased into the MessageDispatcher

This commit is contained in:
Viktor Klang 2010-04-10 23:59:40 +02:00
parent e52347596a
commit 7883b73052
7 changed files with 22 additions and 17 deletions

View file

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