Method Concurrent.all()
- Method
all
localvariantFutureall(array(Future)futures)
localvariantFutureall(Future...futures)- Description
JavaScript Promise API equivalent of results().
- Note
The returned Future does NOT have any state (eg backend) propagated from the
futures. This must be done by hand.- See also
results(),
Promise.depend()https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise