remove use of akka.actor.timeout property for ask

This commit is contained in:
Roland 2012-01-23 15:59:18 +01:00
parent 71d58c5338
commit 3a30f915c3
8 changed files with 25 additions and 56 deletions

View file

@ -389,9 +389,6 @@ taken from one of the following locations in order of precedence:
.. includecode:: code/akka/docs/actor/ActorDocSpec.scala#using-implicit-timeout
3. actor systems default value from ``akka.actor.timeout`` setting for
:meth:`ask` methods
See :ref:`futures-scala` for more information on how to await or query a
future.