Merge remote-tracking branch 'origin/master' into wip-improve-docs-rk

This commit is contained in:
Roland 2011-12-28 16:15:20 +01:00
commit 05e11b6fa3
46 changed files with 788 additions and 195 deletions

View file

@ -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