async: Implemented a new Async::whenAll primitive.
The whenAll function returns a Promise<T> that will resolve when all of the promises have resolved or will reject when of the promise is rejected.
Showing
Please register or sign in to comment