You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Found a typo:
http://paco.readthedocs.io/en/latest/api.html#paco.gather
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?The text was updated successfully, but these errors were encountered: