0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 08:33:48 +01:00
This commit is contained in:
Erik Johnston 2016-04-01 14:15:27 +01:00
parent 8d73cd502b
commit 3f4eb4c924

View file

@ -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)