Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ capacity
Method
capacity
packages/effect/src/internal/queue.ts:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
capacity(): number {
95
return
this.queue.capacity()
96
}
97
98
get size(): Effect.Effect<number> {
99
return
core.suspend(() => core.catchAll(this.unsafeSize(), () => core.interrupt))
Callers
1
isFull
Method · 0.95
Calls
1
capacity
Method · 0.65
Tested by
no test coverage detected