Is there a multithreaded map() function?

Posted by Sandro on Stack Overflow See other posts from Stack Overflow or by Sandro
Published on 2010-04-01T18:40:07Z Indexed on 2010/04/01 18:43 UTC
Read the original article Hit count: 317

Filed under:
|

I have a function that is side effect free and I would like to run for every element in an array and return an array with all of the results. I'm wondering if python has something built into to generate all of the values.

Thank you.

© Stack Overflow or respective owner

Related posts about python

Related posts about multithreading