pub fn parallel_stream<T>( cmds: impl IntoIterator<Item = Cmd<T>>, ) -> Receiver<Result<T>>where T: Send + 'static,
Executes a sequence of commands in parallel