pub async fn batch_async<T>( requests: impl IntoIterator<Item = impl Future<Output = T>>, ) -> Vec<T>
The async version of batch.
batch
See batch for more information.