Skip to content

Instantly share code, notes, and snippets.

@boblannon
Created May 27, 2014 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boblannon/799ec6738651dadd2ecd to your computer and use it in GitHub Desktop.
Save boblannon/799ec6738651dadd2ecd to your computer and use it in GitHub Desktop.
for chunk in record_chunks:
pool.apply_async(scoring_function, (chunk,), callback=score_queue.put)
pool.close()
pool.join()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment