protected constructor()

in src/worker/api/WorkerManager.ts [18:23]


  protected constructor(componentName: string, eventType: DaemonEventType, callback: DaemonEventCallback<T>) {
    super();
    this.componentName = componentName;
    this.eventType = eventType;
    this.callback = callback;
  }