MCPcopy Create free account
hub / github.com/arctic-cli/interface /

Class

packages/arctic/src/util/queue.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class AsyncQueue<T> implements AsyncIterable<T> {
2 private queue: T[] = []
3 private resolvers: ((value: T) => void)[] = []
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected