https://pantsbuild.org/ logo
h

hundreds-breakfast-49010

09/04/2019, 11:19 PM
what's the rust way to turn a
Vec<Future<_,_>>
into a
Future<Vec<_>,_>
?
a

aloof-angle-91616

09/05/2019, 12:11 AM
i just use .collect()
a

average-vr-56795

09/05/2019, 9:49 AM
futures::future::join_all