Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ isFull
Method
isFull
packages/effect/src/internal/pubsub.ts:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
readonly capacity: number
25
isEmpty(): boolean
26
isFull(): boolean
27
size(): number
28
publish(value: A): boolean
29
publishAll(elements: Iterable<A>): Chunk.Chunk<A>
Callers
6
offer
Function · 0.65
MutableQueue.test.ts
File · 0.65
TQueue.test.ts
File · 0.65
isFull
Method · 0.65
unsafeOnPubSubEmptySpace
Method · 0.65
isFull
Method · 0.65
Implementers
4
BoundedPubSubArb
packages/effect/src/internal/pubsub.ts
BoundedPubSubPow2
packages/effect/src/internal/pubsub.ts
BoundedPubSubSingle
packages/effect/src/internal/pubsub.ts
UnboundedPubSub
packages/effect/src/internal/pubsub.ts
Calls
no outgoing calls
Tested by
1
isFull
Method · 0.52