Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
constructors.test.ts
File · 0.45
Calls
1
sync
Method · 0.80
Tested by
no test coverage detected