Searched defs:Collected (Results 1 – 2 of 2) sorted by relevance
41 class Collected; variable46 …Collected(const std::list<Future<T>> &f, Promise<std::list<T>> *p) : futures(f), promise(p), ready… in Collected() function
150 bool Collected = collect(); in run() local