improved perf with 25 % + renamed FutureResult -> Future + Added lightweight future factory method
This commit is contained in:
parent
47d19119a5
commit
15ed113112
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