Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/wildebeest
/ sendBatch
Method
sendBatch
backend/src/types/queue.ts:41–41 ·
view source on GitHub ↗
(messages: Iterable<MessageSendRequest<Body>>)
Source
from the content-addressed store, hash-verified
39
export
interface
Queue<Body = MessageBody> {
40
send(body: Body): Promise<void>
41
sendBatch(messages: Iterable<MessageSendRequest<Body>>): Promise<void>
42
}
Callers
1
deliverFollowers
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected