-
#include "tensorstore/util/future.h" -
Future<void>
tensorstore::WaitAllFuture(span<const AnyFuture> futures); Creates a
Futuretied to the completion of all the providedfuturesobjects.As with the
Linkvariants. the first error result encountered among the future objects will be automatically propagated.