#2986 - Changing ActorContext and ActorRefFactory's dispatcher to return ExecutionContext

This commit is contained in:
Viktor Klang 2013-01-31 02:16:39 +01:00
parent 46a6e34103
commit e519e3dc3b
20 changed files with 33 additions and 35 deletions

View file

@ -10,7 +10,7 @@ import org.scalatest.WordSpec
import org.scalatest.matchers.MustMatchers
import akka.actor._
import com.typesafe.config.ConfigFactory
import concurrent.Await
import scala.concurrent.Await
import scala.concurrent.duration._
import akka.actor.DeadLetter
import akka.pattern.ask