1 unstable release
0.1.0 | Oct 9, 2022 |
---|
#818 in Concurrency
6KB
92 lines
is-online
A CLI to launch a single command with many workers, serializing the output.
Install
cargo install run-them
Examples
Serve the local folder with 4 workers in Python:
$ run-them -w 4
run-them python3 -m http.server --bind 127.0.0.1 8000
Dependencies
~1.4–2MB
~37K SLoC