parallel_stream

Function parallel_stream 

Source
pub fn parallel_stream<T>(
    cmds: impl IntoIterator<Item = Cmd<T>>,
) -> Receiver<Result<T>>
where T: Send + 'static,
Expand description

Executes a sequence of commands in parallel