paco icon indicating copy to clipboard operation
paco copied to clipboard

Documentation Typo - paco.gather()

Open xNinjaKittyx opened this issue 6 years ago • 0 comments

Found a typo:

http://paco.readthedocs.io/en/latest/api.html#paco.gather

  • limit (int) – max concurrency limit. Use 0 for no limit.
  • can be used to control the maximum number (timeout) – of seconds to wait before returning. timeout can be an int or float. If timeout is not specified or None, there is no limit to the wait time.

Also the documentation doesn't make it clear what exactly "preserved_order" does.

asyncio.gather()/paco.gather() already preserves the order of results in the order of the original sequence, so what does preserved_order do?

xNinjaKittyx avatar Apr 05 '18 19:04 xNinjaKittyx