Moved EventHandler to 'akka.event' plus added 'error' method without exception param

This commit is contained in:
Jonas Bonér 2011-03-23 15:12:09 +01:00
parent 74f7d474ab
commit 6429086b51
19 changed files with 206 additions and 174 deletions

View file

@ -10,7 +10,7 @@ import atomic.{AtomicLong, AtomicInteger}
import ThreadPoolExecutor.CallerRunsPolicy
import akka.util.Duration
import akka.actor.EventHandler
import akka.event.EventHandler
object ThreadPoolConfig {
type Bounds = Int