Initial work in moving to scala.concurrent.Await + Awaitable
This commit is contained in:
parent
1f6f2c1897
commit
0bf45a9403
87 changed files with 170 additions and 260 deletions
|
|
@ -122,7 +122,7 @@ class TestkitDocSpec extends AkkaSpec with DefaultTimeout with ImplicitSender {
|
|||
//#test-behavior
|
||||
import akka.testkit.TestActorRef
|
||||
import scala.concurrent.util.duration._
|
||||
import akka.dispatch.Await
|
||||
import scala.concurrent.Await
|
||||
import akka.pattern.ask
|
||||
|
||||
val actorRef = TestActorRef(new MyActor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue