parallel

Creates a node that executes multiple nodes in parallel.

Parameters

nodes

List of nodes to execute in parallel

dispatcher

Coroutine dispatcher to use for parallel execution

name

Optional node name

merge

A suspendable lambda that defines how the outputs from the parallel nodes should be merged