Expand description
The producer node (SRD 113 §3.1). name := for ... lowers to
const name := streamer("<json>"), where the payload is the
resolved comprehension serialized by StreamerValue::to_json.
The node parses once at setup and emits the same reflected value on
every pull, so the wire is an init-time constant.
Structs§
- Streamer
- Materialize a comprehension as a
Streamervalue. Authors do not call this directly; the compiler emits it forforexpressions.