MCPcopy 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
39export interface Queue<Body = MessageBody> {
40 send(body: Body): Promise<void>
41 sendBatch(messages: Iterable<MessageSendRequest<Body>>): Promise<void>
42}

Callers 2

handleRequestFunction · 0.80
deliverFollowersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected