Package: effect
Module: ChildExecutorDecision
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"
}
Since v2.0.0