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

Class

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

Source from the content-addressed store, hash-verified

73 * manages task state across the distributed system.
74 */
75export class MasterExecutor extends TaskExecutor {
76 private taskTimeout: number | Record<string, number>;
77 private acquireMutex = new Mutex();
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected