Removing dead code
This commit is contained in:
parent
d2abefc982
commit
362c930623
1 changed files with 0 additions and 10 deletions
|
|
@ -188,14 +188,4 @@ class ExecutorBasedEventDrivenDispatcher(
|
|||
config(this)
|
||||
buildThreadPool
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Usable to create a single-threaded dispatcher
|
||||
*/
|
||||
object SingleThread extends Function1[ThreadPoolBuilder,Unit] {
|
||||
def apply(b: ThreadPoolBuilder) {
|
||||
b setCorePoolSize 1
|
||||
b setMaxPoolSize 1
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue