MCPcopy Create free account
hub / github.com/6174/comflowyspace / constructor

Method constructor

apps/node/src/modules/task-queue/task-queue.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 taskQueue: Queue<TaskProps>;
31 progressEvent = new SlotEvent<TaskEvent>();
32 constructor() {
33 this.taskQueue = fastq(this.processJob, 5);
34 }
35
36 #dispatchTaskProgressEvent = (event: TaskEvent) => {
37 this.progressEvent.emit(event);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected