Skip to main content

batch

Function batch 

Source
pub fn batch(cmds: Vec<Cmd>) -> Cmd
Expand description

Batch performs a bunch of commands concurrently with no ordering guarantees about the results. Use batch to return several commands.