API Reference
concat()
concat: play ALL of dep 0, then ALL of dep 1. Dep-1 DATA arriving during phase 0 is buffered and flushed at the handoff (dep 0 COMPLETE). partial:true + ctx.state phase. Completes when dep 1 completes (or when dep 0 completes and dep 1 already had). completeWhenDepsComplete:false + terminalAsRealInput:true; any dep ERROR propagates (default errorWhenDepsError).
Import
import { concat } from "@graphrefly/ts/operators";
Signature
function concat(): Operator<S, S>
Returns
A Operator<S, S> value.
Example
import { concat } from "@graphrefly/ts/operators";
Source
packages/ts/src/graph/combinators.ts