createInstance method

  1. @override
BaseNode createInstance()
override

Creates a new instance of AsyncParallelBatchNode.

Implementation

@override
/// Creates a new instance of AsyncParallelBatchNode.
BaseNode createInstance() {
  return AsyncParallelBatchNode<I, O>(_execFunction);
}