async
async copied to clipboard
A tool to parallelize shell commands.
In a script where I'm doing this: ```shell S="/$TMP/async_socket" async -s="$S" server --start -j40 $async -s="$S" cmd -- bash -c "echo hello" ``` ... I'm sometimes running into this: ```...
The interface could be simplified if the server would start automatically on first the command and stop on wait.
This could enable waiting for a specific command or make commands that share the same ID run sequentially.