MCPcopy Create free account
hub / github.com/3rdparty/libprocess / CollectProcess

Method CollectProcess

include/process/collect.hpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120{
121public:
122 CollectProcess(
123 const std::vector<Future<T>>& _futures,
124 Promise<std::vector<T>>* _promise)
125 : ProcessBase(ID::generate("__collect__")),
126 futures(_futures),
127 promise(_promise),
128 ready(0) {}
129
130 ~CollectProcess() override
131 {

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected