Class: FlowNodes::AsyncParallelBatchNode
- Defined in:
- lib/flow_nodes/async_parallel_batch_node.rb
Overview
An async node that processes a batch of items in parallel using threads.
Instance Attribute Summary
Attributes inherited from Node
#current_retry, #max_retries, #wait
Attributes inherited from BaseNode
Method Summary
Methods inherited from AsyncNode
Methods inherited from Node
Methods inherited from BaseNode
#-, #>>, #exec, #initialize, #initialize_copy, #nxt, #run, #set_params
Constructor Details
This class inherits a constructor from FlowNodes::Node