Concurrent For Each Loop
Ce contenu n’est pas encore disponible dans votre langue.
Iteratively executes contained nodes concurrently for each element in an array or map.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| Initiates the loop. | |
invalid port type: iterable | |
| Number of workers to use for concurrent execution. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| Executes on each iteration. | |
| A number index or key of a map. | |
| The value of the item | |
| Executes upon completion of the loop. |
ID: core/concurrent-for-each-loop@v1