MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus /

Class

js/botasaurus-server-js/src/worker-executor.ts:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 * It polls the master for tasks and reports results back.
102 */
103export class WorkerExecutor extends TaskExecutor {
104 private masterUrl: string;
105 private inProgressTaskIds: Set<number> = new Set();
106 public isShuttingDown: boolean = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected