Initial work in moving to scala.concurrent.Await + Awaitable

This commit is contained in:
Viktor Klang 2012-06-29 16:06:26 +02:00
parent 1f6f2c1897
commit 0bf45a9403
87 changed files with 170 additions and 260 deletions

View file

@ -10,6 +10,7 @@ import org.scalatest.{ BeforeAndAfterEach, BeforeAndAfterAll }
import com.typesafe.config.Config
import akka.actor.{ RepointableRef, Props, DeadLetter, ActorSystem, ActorRefWithCell, ActorRef, ActorCell }
import akka.testkit.AkkaSpec
import scala.concurrent.Await
import scala.concurrent.util.duration.intToDurationInt
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])