Merge remote-tracking branch 'origin/master' into wip-improve-docs-rk
This commit is contained in:
commit
05e11b6fa3
46 changed files with 788 additions and 195 deletions
|
|
@ -353,7 +353,8 @@ Ask: Send-And-Receive-Future
|
|||
----------------------------
|
||||
|
||||
Using ``?`` will send a message to the receiving Actor asynchronously and
|
||||
will immediately return a :class:`Future`:
|
||||
will immediately return a :class:`Future` which will be completed with
|
||||
an ``akka.actor.AskTimeoutException`` after the specified timeout:
|
||||
|
||||
.. code-block:: scala
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue