macro_rules! batch_boxed_async {
[ $first:expr, $($request:expr),* ] => { ... };
}
Expand description
The async version of batch_boxed
.
See batch_boxed
for more information.
macro_rules! batch_boxed_async {
[ $first:expr, $($request:expr),* ] => { ... };
}
The async version of batch_boxed
.
See batch_boxed
for more information.