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