doMassiveParallel2() { local item while read item; do doSomething "$item" & done wait } createWorkItems | doMassiveParallel