paco
paco copied to clipboard
Documentation Typo - paco.gather()
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?