Class: FlowNodes::AsyncParallelBatchFlow

Inherits:
AsyncFlow show all
Defined in:
lib/flow_nodes/async_parallel_batch_flow.rb

Overview

An async flow that processes a batch of items in parallel using threads.

Instance Attribute Summary

Attributes inherited from Flow

#start_node

Attributes inherited from BaseNode

#params, #successors

Method Summary

Methods inherited from AsyncFlow

#_run, #run, #run_async

Methods inherited from Flow

#initialize, #start

Methods inherited from BaseNode

#-, #>>, #exec, #initialize, #initialize_copy, #nxt, #run, #set_params

Constructor Details

This class inherits a constructor from FlowNodes::Flow