MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/mcp/query-pool.ts:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142export class QueryPool {
143 private idle: PoolWorker[] = [];
144 private queue: Job[] = [];
145 private inflight = new Map<PoolWorker, Job>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected