effect-io-ai

Package: effect
Module: ChildExecutorDecision

ChildExecutorDecision.Yield

Pass execution to the next substream. This either pulls a new element from upstream, or yields to an already created active substream.

Signature

export interface Yield extends ChildExecutorDecision.Proto {
  readonly _tag: "Yield"
}

Source

Since v2.0.0