await_all
await_all(List futures) -> List
Waits for every Future in the provided List and returns the completed results in order.
The provided List is consumed. After awaiting, the individual Future objects can no longer be observed or reused.
Parameters
Returns
A List with the resolved values.