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

Method isShutdown

packages/effect/test/Sink/constructors.test.ts:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 get isShutdown(): Effect.Effect<boolean> {
151 return Effect.sync(() => this.isShutdownInternal)
152 }
153
154 get shutdown(): Effect.Effect<void> {
155 return Effect.sync(() => {

Callers 2

Queue.test.tsFile · 0.45

Calls 1

syncMethod · 0.80

Tested by

no test coverage detected