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

Function onEnd

packages/platform-node-shared/src/NodeSocket.ts:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136 }
137 function onEnd() {
138 Deferred.unsafeDone(fiberSet.deferred, Effect.void)
139 }
140 function onError(cause: Error) {
141 Deferred.unsafeDone(
142 fiberSet.deferred,

Callers

nothing calls this directly

Calls 1

unsafeDoneMethod · 0.80

Tested by

no test coverage detected