Skip to content

Instantly share code, notes, and snippets.

@avneesh91
Created January 12, 2020 13:08
Show Gist options
  • Save avneesh91/3b67df847bd8818f5bf40f4403ad90a7 to your computer and use it in GitHub Desktop.
Save avneesh91/3b67df847bd8818f5bf40f4403ad90a7 to your computer and use it in GitHub Desktop.
response iterator
for url in urls:
curr_future_result = currs.submit(worker_func, url, results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment