Switching to the embedded jsr166y in scala.concurrent and dropping akka.jsr166y

This commit is contained in:
Viktor Klang 2012-06-26 18:19:55 +02:00
parent 5f335cb8c8
commit 702b5d9c19
10 changed files with 4 additions and 4916 deletions

View file

@ -10,7 +10,7 @@ import akka.ConfigurationException
import akka.dispatch.Await
import akka.dispatch.MonitorableThreadFactory
import akka.event.Logging
import akka.jsr166y.ThreadLocalRandom
import scala.concurrent.forkjoin.ThreadLocalRandom
import akka.pattern._
import akka.remote._
import akka.routing._