Skip to content

Instantly share code, notes, and snippets.

@adamhaney
Created August 24, 2012 14:54
Show Gist options
  • Save adamhaney/3451606 to your computer and use it in GitHub Desktop.
Save adamhaney/3451606 to your computer and use it in GitHub Desktop.
from multiprocessing import Pool
p = Pool()
p.map(lambda x: x, [1, 2, 3])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment