MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / constructor

Method constructor

coding-agent/src/core/executor.ts:23–25  ·  view source on GitHub ↗
(maxConcurrent: number = 5)

Source from the content-addressed store, hash-verified

21 private results = new Map<string, TaskResult>();
22
23 constructor(maxConcurrent: number = 5) {
24 this.maxConcurrent = maxConcurrent;
25 }
26
27 async execute<T>(tasks: Task<T>[]): Promise<TaskResult<T>[]> {
28 // Add tasks to queue

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected