▲ | throwaway81523 12 hours ago | |
GNU Parallel seems like another convenient approach. | ||
▲ | fmajid 6 hours ago | parent [-] | |
It has no concept of dependencies between tasks, or doing a topological sort prior to running the task queue. GNU Make's parallel mode (-j) has that. |