Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ publish
Method
publish
packages/effect/src/PubSub.ts:95–95 ·
view source on GitHub ↗
(value: A)
Source
from the content-addressed store, hash-verified
93
isFull(): boolean
94
size(): number
95
publish(value: A): boolean
96
publishAll(elements: Iterable<A>): Array<A>
97
slide(): void
98
subscribe(): BackingSubscription<A>
Callers
13
PubSub.test.ts
File · 0.65
TxPubSub.test.ts
File · 0.65
PubSub.ts
File · 0.65
onPubSubEmptySpaceUnsafe
Method · 0.65
slidingPublishUnsafe
Method · 0.65
Channel.ts
File · 0.65
Stream.ts
File · 0.65
TxSubscriptionRef.ts
File · 0.65
make
Function · 0.65
write
Function · 0.65
makeIndexedDb
Function · 0.65
Sharding.ts
File · 0.65
Implementers
4
BoundedPubSubArb
packages/effect/src/PubSub.ts
BoundedPubSubPow2
packages/effect/src/PubSub.ts
BoundedPubSubSingle
packages/effect/src/PubSub.ts
UnboundedPubSub
packages/effect/src/PubSub.ts
Calls
no outgoing calls
Tested by
no test coverage detected