Posted 15 July 2013 - 01:06 PM
Is it possible to run multiple programs at the same time (not like with shell.run(), which seems to execute the parameter program and then continue with the one it is called in), something like parallel.waitForAny(), only not with functions but with programs?
I have tried things like parallel.waitForAny(shell.run(prog1),shell.run(prog2)), but it starts executing prog 1 and ignores the rest of the parallel.waitForAny().
Any help would be appreciated
I have tried things like parallel.waitForAny(shell.run(prog1),shell.run(prog2)), but it starts executing prog 1 and ignores the rest of the parallel.waitForAny().
Any help would be appreciated