mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-14 09:09:42 -05:00
Comment
This commit is contained in:
parent
8d73cd502b
commit
3f4eb4c924
@ -121,7 +121,7 @@ def concurrently_execute(func, args, limit):
|
|||||||
limit (int): Maximum number of conccurent executions.
|
limit (int): Maximum number of conccurent executions.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
deferred
|
deferred: Resolved when all function invocations have finished.
|
||||||
"""
|
"""
|
||||||
it = iter(args)
|
it = iter(args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user