Searched defs:Collected (Results 1 – 2 of 2) sorted by relevance
40 class Collected; variable45 …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