On Jul 7, 11:08 am, Cheng Soon Ong wrote:
> Hi all,
>
> I'm trying to automate the use of multiprocessing when it is available. The
> setting I have is quite simple, with a for loop where the operations inside
> are
> independent of each other. Here's a bit of code. function_inputs is a list of
>
Hi all,
I'm trying to automate the use of multiprocessing when it is available. The
setting I have is quite simple, with a for loop where the operations inside are
independent of each other. Here's a bit of code. function_inputs is a list of
dictionaries, each of which match the signature of f