Function gr::exec::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