MCPcopy Create free account
hub / github.com/Effect-TS/effect / handoffStateFull

Function handoffStateFull

packages/effect/src/internal/stream/handoff.ts:69–73  ·  view source on GitHub ↗
(value: A, notifyProducer: Deferred.Deferred<void>)

Source from the content-addressed store, hash-verified

67
68/** @internal */
69const handoffStateFull = <A>(value: A, notifyProducer: Deferred.Deferred<void>): Handoff.State<A> => ({
70 _tag: OP_HANDOFF_STATE_FULL,
71 value,
72 notifyProducer
73})
74
75/** @internal */
76const handoffStateMatch = <A, Z>(

Callers 1

handoff.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…