Switching to Switch and restructuring some EBEDD code
This commit is contained in:
parent
e0f1690bed
commit
389a5881d2
5 changed files with 21 additions and 26 deletions
|
|
@ -29,8 +29,6 @@ trait ThreadPoolBuilder extends Logging {
|
|||
private lazy val threadFactory = new MonitorableThreadFactory(name)
|
||||
|
||||
protected var executor: ExecutorService = _
|
||||
|
||||
def execute(task: Runnable) = executor execute task
|
||||
|
||||
def isShutdown = executor.isShutdown
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue