Executing a list of processes not in parallel

doNonParallelWork(parallelFuc, listitems, ...)

Arguments

parallelFuc

A process that will be run in parallel

listitems

The main list for each process

...

other parameters

Value

No return

Examples

##coming later