Hi,

2015-03-01 13:43 GMT+01:00 Luciano Ramalho <luci...@ramalho.org>:
> """
> Note: The futures f are not necessarily members of fs. A given future
> may be wrapped in another future by as_completed; when that happens,
> the result/error of the new future will be the same as the original
> future.
> """

I read the source code of as_completed() and I don't see where a
future can be wrapped in another future. I only saw that async() is
called on each item of the fs parameter, so coroutine objects are
wrapped into future. So I propose:

"""
Note: The futures f are not necessarily members of fs. Coroutine
objects of fs are
wrapped in futures.
"""

Victor

Reply via email to