improved perf with 25 % + renamed FutureResult -> Future + Added lightweight future factory method

This commit is contained in:
Jonas Bonér 2010-03-01 22:03:17 +01:00
parent f571c07df2
commit f3a457d4de
9 changed files with 60 additions and 92 deletions

View file

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