Method Concurrent.results()
- Method
results
 variantFutureresults(array(Future)futures)
localvariantFutureresults(Future...futures)- Returns
 A Future that represents the array of all the completed
futures.- Note
 The returned Future does NOT have any state (eg backend) propagated from the
futures. This must be done by hand.- See also
 all(),
Promise.depend()