1 unstable release
0.1.0 | Oct 9, 2022 |
---|
#840 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.5–2.1MB
~40K SLoC