# tensorplay.futures.wait_all

Source: https://www.tensorplay.cn/docs/generated/tensorplay.futures.wait_all.html

```python
tensorplay.futures.wait_all(futures: Sequence[Future[_T]]) &#x2192; list[_T]
```

Wait for all input futures and return their values in input order.
