You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additional/bash/bg.sh: A more advanced and efficient version of the background implementation
The top version shows how to wait for all processes that you have started to finish, before new processes get spawned.
This is very inefficient when you wait for example for long running disk operations. So the new iplementation solves
that by starting a new process, the moment another one from the list dies.
Signed-off-by: Marian Marinov <[email protected]>
0 commit comments