parallel 0.11.3

Command-line CPU load balancer for executing jobs in parallel
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod argument_splitter;
mod child;
mod dry;
mod exec_commands;
mod exec_inputs;
mod job_log;
mod signals;
mod receive;

pub mod command;
pub mod pipe;

pub use self::dry::dry_run;
pub use self::exec_commands::ExecCommands;
pub use self::exec_inputs::ExecInputs;
pub use self::receive::receive_messages;