AsyncParallelBatchItemExecFunction<I, O> typedef
AsyncParallelBatchItemExecFunction<I, O> =
Future<O> Function(I item)
A function type for an asynchronous, parallel batch item execution block.
Implementation
typedef AsyncParallelBatchItemExecFunction<I, O> = Future<O> Function(I item);