MCPcopy Index your code
hub / github.com/Effect-TS/effect / halt

Method halt

packages/effect/src/StreamEmit.ts:77–77  ·  view source on GitHub ↗

* Terminates the stream with the specified cause.

(cause: Cause.Cause<E>)

Source from the content-addressed store, hash-verified

75 * Terminates the stream with the specified cause.
76 */
77 halt(cause: Cause.Cause<E>): Promise<B>
78
79 /**
80 * Emits a chunk containing the specified value.

Callers 2

stream.tsFile · 0.65
scheduledAggregatorFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected