Skip to main content

Module join

Module join 

Source
Expand description

JoinNode for deterministic fan-in merging.

When parallel branches converge, a JoinNode provides explicit merge logic. It reads specified keys from state (set by parallel branches), applies a merge function, and writes the result to an output key.

Structs§

JoinNode
A node that merges results from parallel branches.

Type Aliases§

MergeFn
Merge function signature for JoinNode.