Concurrent For Loop
Iteratively executes contained nodes concurrently.
Inputs#
Port | Description |
---|---|
Initiates the loop. | |
Starting point of the loop. | |
Ending point of the loop. Note, this value is inclusive. If the first index is 0 and the last index is 0, the node will iterate once. If you need to iterate zero times, the last index must be smaller than the first index. | |
Number of workers to use for concurrent execution. |
Outputs#
Port | Description |
---|---|
Executes on each iteration. | |
Current iteration index. | |
Executes upon completion of the loop. |
ID: concurrent-for-loop@v1