MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / WaitForAllProcesses

Function WaitForAllProcesses

SpeedTest/Process.h:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 */
116template<typename Char>
117int WaitForAllProcesses(std::span<Process<Char>> processes)
118{
119 return std::ranges::count_if(processes, [](auto const& process)
120 {
121 return process.WaitForExit() == 0;
122 });
123}

Callers

nothing calls this directly

Calls 1

WaitForExitMethod · 0.80

Tested by

no test coverage detected