• @nous@programming.dev
      link
      fedilink
      English
      142 years ago

      Concurrency is not easy if you need the output and exit status of the commands. Fire and forget concurrency/parallelism is easy in any language. It is when you need to sync state up that it becomes hard.