MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-sandbox-cloudflare/src/handle.ts:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53/** A push-driven async string queue used to adapt CF's onOutput callback. */
54class OutputQueue {
55 private readonly buffer: Array<string> = []
56 private readonly waiters: Array<(r: IteratorResult<string>) => void> = []
57 private ended = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected