Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ offerAll
Method
offerAll
packages/effect/src/PubSub.ts:2726–2730 ·
view source on GitHub ↗
(as: Iterable<A>)
Source
from the content-addressed store, hash-verified
2724
return
index
2725
}
2726
offerAll(as: Iterable<A>): void {
2727
for
(
const
a of as) {
2728
this.offer(a)
2729
}
2730
}
2731
}
2732
2733
class
ReplayWindowImpl<A> implements PubSub.ReplayWindow<A> {
Callers
15
queue.ts
File · 0.80
TxQueue.test.ts
File · 0.80
Channel.test.ts
File · 0.80
Queue.test.ts
File · 0.80
TxPriorityQueue.test.ts
File · 0.80
inputText
Function · 0.80
Sharding.test.ts
File · 0.80
publishAll
Method · 0.80
publishAll
Method · 0.80
publishAll
Method · 0.80
publishAll
Method · 0.80
fromQueue
Function · 0.80
Calls
1
offer
Method · 0.95
Tested by
no test coverage detected