MCPcopy
hub / github.com/Effect-TS/effect / close

Method close

packages/effect/src/Scope.ts:86–86  ·  view source on GitHub ↗

* Closes this scope with the given exit value, running all finalizers. * * @internal

(exit: Exit.Exit<unknown, unknown>)

Source from the content-addressed store, hash-verified

84 * @internal
85 */
86 close(exit: Exit.Exit<unknown, unknown>): Effect.Effect<void>
87}
88
89/**

Callers 15

onMessageFunction · 0.65
handlePortFunction · 0.65
makeFunction · 0.65
runFunction · 0.65
onMessageFunction · 0.65
makeMemoryFunction · 0.65
makeWithTransactionFunction · 0.65
onConnectionFunction · 0.65
terminal.tsFile · 0.65
watchNodeFunction · 0.65
Socket.test.tsFile · 0.65

Implementers 7

MicroScopeImplpackages/effect/src/Micro.ts
SingleProducerAsyncInputImplpackages/effect/src/internal/channel/s
PullFromChildpackages/effect/src/internal/channel/s
PullFromUpstreampackages/effect/src/internal/channel/s
DrainChildExecutorspackages/effect/src/internal/channel/s
Emitpackages/effect/src/internal/channel/s
ChannelExecutorpackages/effect/src/internal/channel/c

Calls

no outgoing calls

Tested by 3

release1Function · 0.52
release2Function · 0.52
releaseFunction · 0.52