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

Class

packages/ai-sandbox-sprites/src/client.ts:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 * `end()` once; consumers `for await` and terminate cleanly.
121 */
122class AsyncChunkQueue implements AsyncIterable<string> {
123 private readonly chunks: Array<string> = []
124 private readonly waiters: Array<(r: IteratorResult<string>) => void> = []
125 private ended = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected