mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 12:08:32 +03:00
Comment
This commit is contained in:
parent
8d73cd502b
commit
3f4eb4c924
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def concurrently_execute(func, args, limit):
|
|||
limit (int): Maximum number of conccurent executions.
|
||||
|
||||
Returns:
|
||||
deferred
|
||||
deferred: Resolved when all function invocations have finished.
|
||||
"""
|
||||
it = iter(args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue