Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Typo - paco.gather() #39

Open
xNinjaKittyx opened this issue Apr 5, 2018 · 0 comments
Open

Documentation Typo - paco.gather() #39

xNinjaKittyx opened this issue Apr 5, 2018 · 0 comments

Comments

@xNinjaKittyx
Copy link

xNinjaKittyx commented Apr 5, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant