I\'m doing a bunch of system calls that I want to run in parallel:
system(\" sleep 5 && echo step 1 done &\"); system(\" sleep 3 && echo
what about running each one of the system call from a different thread and join on the threads