Macro batch_boxed_async

Source
macro_rules! batch_boxed_async {
    [ $first:expr, $($request:expr),* ] => { ... };
}
Expand description

The async version of batch_boxed.

See batch_boxed for more information.