A CLI to launch a single command with many workers, serializing the output.
bash cargo install run-them
Serve the local folder with 4 workers in Python:
bash $ run-them -w 4 run-them python3 -m http.server --bind 127.0.0.1 8000