doMassiveParallel() { local item for item in "$@"; do doSomething "$item" & done wait }