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