Skip to content

Commit

Permalink
Merge pull request #3153 from oliver-sanders/async-map-fix
Browse files Browse the repository at this point in the history
async_map: fix bug
  • Loading branch information
wxtim authored May 8, 2019
2 parents c8f74ab + cd3a1ee commit 9a3c17e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cylc/network/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def async_map(coroutine, iterator):
yield completed_tasks.pop(index)
changed = True
index += 1
else:
break


def async_unordered_map(coroutine, iterator):
Expand Down

0 comments on commit 9a3c17e

Please sign in to comment.