Module source

Source
Expand description

Abstraction for value-producing (source) nodes: nodes with Input=() that emit a stream of outputs.

Structs§

Source
A channel source: external code can send values in, and this source will drive a workflow for each received item until the channel closes.

Functions§

source
Create a channel-backed source node and its sender handle.