Removing doc references to onResult and onTimeout
This commit is contained in:
parent
35aaa220aa
commit
90344b657e
2 changed files with 2 additions and 2 deletions
|
|
@ -370,7 +370,7 @@ specified as parameter to the ``ask`` method; this will complete the
|
|||
See :ref:`futures-java` for more information on how to await or query a
|
||||
future.
|
||||
|
||||
The ``onComplete``, ``onResult``, or ``onTimeout`` methods of the ``Future`` can be
|
||||
The ``onComplete``, ``onSuccess``, or ``onFailure`` methods of the ``Future`` can be
|
||||
used to register a callback to get a notification when the Future completes.
|
||||
Gives you a way to avoid blocking.
|
||||
|
||||
|
|
|
|||
|
|
@ -415,7 +415,7 @@ taken from one of the following locations in order of precedence:
|
|||
See :ref:`futures-scala` for more information on how to await or query a
|
||||
future.
|
||||
|
||||
The ``onComplete``, ``onResult``, or ``onTimeout`` methods of the ``Future`` can be
|
||||
The ``onComplete``, ``onSuccess``, or ``onFailure`` methods of the ``Future`` can be
|
||||
used to register a callback to get a notification when the Future completes.
|
||||
Gives you a way to avoid blocking.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue