Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you care about errors you can use

    function wait_all {
      for job in $(jobs -p); do wait "${job}"; done
    }
A lone wait wont tell you if any of the jobs fail.


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: