Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ capacity
Method
capacity
packages/effect/src/Queue.ts:193–193 ·
view source on GitHub ↗
* Returns the number of elements the queue can hold.
()
Source
from the content-addressed store, hash-verified
191
* Returns the number of elements the queue can hold.
192
*/
193
capacity(): number
194
195
/**
196
* Returns false
if
shutdown has been called.
Callers
12
MutableQueue.test.ts
File · 0.65
capacity
Method · 0.65
capacity
Function · 0.65
capacity
Method · 0.65
capacity
Method · 0.65
capacity
Function · 0.65
unsafeOnQueueEmptySpace
Method · 0.65
unsafeOffer
Method · 0.65
capacity
Method · 0.65
capacity
Method · 0.65
capacity
Function · 0.65
capacity
Function · 0.65
Implementers
5
QueueSpy
packages/effect/test/Sink/constructors
SubscriptionImpl
packages/effect/src/internal/pubsub.ts
PubSubImpl
packages/effect/src/internal/pubsub.ts
QueueImpl
packages/effect/src/internal/queue.ts
MapDequeue
packages/effect/src/internal/groupBy.t
Calls
no outgoing calls
Tested by
1
capacity
Method · 0.52