A typo is corrected. It should be 'affect' instead of 'effect'
This commit is contained in:
parent
66d071ab84
commit
a281e627a9
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ futures, because this is likely to be a common combination. Please note that
|
||||||
all of the above is completely non-blocking and asynchronous: ``ask`` produces
|
all of the above is completely non-blocking and asynchronous: ``ask`` produces
|
||||||
a :class:`Future`, three of which are composed into a new future using the
|
a :class:`Future`, three of which are composed into a new future using the
|
||||||
for-comprehension and then ``pipeTo`` installs an ``onComplete``-handler on the
|
for-comprehension and then ``pipeTo`` installs an ``onComplete``-handler on the
|
||||||
future to effect the submission of the aggregated :class:`Result` to another
|
future to affect the submission of the aggregated :class:`Result` to another
|
||||||
actor.
|
actor.
|
||||||
|
|
||||||
Using ``ask`` will send a message to the receiving Actor as with ``tell``, and
|
Using ``ask`` will send a message to the receiving Actor as with ``tell``, and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue