pub fn batch_async<'a, R, F: Future<Output = R> + 'a>( f: F, ) -> impl Future<Output = R> + 'a
Like batch, but async.
batch