improved perf with 25 % + renamed FutureResult -> Future + Added lightweight future factory method
This commit is contained in:
parent
f571c07df2
commit
f3a457d4de
9 changed files with 60 additions and 92 deletions
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
package se.scalablesolutions.akka.dispatch
|
||||
|
||||
import java.util.Collection
|
||||
import java.util.concurrent._
|
||||
import atomic.{AtomicLong, AtomicInteger}
|
||||
import ThreadPoolExecutor.CallerRunsPolicy
|
||||
|
||||
import java.util.Collection
|
||||
import se.scalablesolutions.akka.util.Logging
|
||||
|
||||
trait ThreadPoolBuilder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue