Partial work + broken commit
This commit is contained in:
parent
3911b18069
commit
52d33113d9
50 changed files with 228 additions and 1092 deletions
|
|
@ -16,7 +16,7 @@ import akka.routing.*;
|
|||
import scala.concurrent.util.Duration;
|
||||
import akka.util.Timeout;
|
||||
import scala.concurrent.Await;
|
||||
import akka.dispatch.Future;
|
||||
import scala.concurrent.Future;
|
||||
import akka.dispatch.Dispatchers;
|
||||
import akka.testkit.AkkaSpec;
|
||||
import com.typesafe.config.ConfigFactory;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import akka.actor.ActorRef;
|
|||
import akka.actor.Props;
|
||||
import scala.concurrent.util.Duration;
|
||||
import akka.util.Timeout;
|
||||
import akka.dispatch.Future;
|
||||
import scala.concurrent.Future;
|
||||
import scala.concurrent.Await;
|
||||
|
||||
//#parentActor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue