Fixed issue #190: RemoteClient shutdown ends up in endless loop

This commit is contained in:
Jonas Bonér 2010-05-21 11:37:08 +02:00
parent 86a8fd0d3b
commit 2fce1676b2
2 changed files with 5 additions and 6 deletions

View file

@ -30,7 +30,7 @@ trait ThreadPoolBuilder {
def isShutdown = executor.isShutdown
def buildThreadPool = synchronized {
def buildThreadPool: Unit = synchronized {
ensureNotActive
inProcessOfBuilding = false
if (boundedExecutorBound > 0) {