ask 2.1
This commit is contained in:
parent
a44da38e2b
commit
4270b6f71b
6 changed files with 34 additions and 15 deletions
|
|
@ -138,7 +138,7 @@ class RemoteActorRefProvider(
|
|||
|
||||
def actorFor(ref: InternalActorRef, path: Iterable[String]): InternalActorRef = local.actorFor(ref, path)
|
||||
|
||||
def ask(within: Timeout): Option[AskActorRef] = local.ask(within)
|
||||
def ask(result: Promise[Any], within: Timeout): Option[ActorRef] = local.ask(result, within)
|
||||
|
||||
/**
|
||||
* Using (checking out) actor on a specific node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue