refactor: silence sonar
[poolifier.git] / src / pools / thread / fixed.ts
index 088d72c920092cb8637b5f86edbdedf62432f672..f48d0bcd9960da1a2ff89582035a9ad9a9581774 100644 (file)
@@ -113,6 +113,11 @@ export class FixedThreadPool<
     return false
   }
 
+  /** @inheritDoc */
+  protected checkAndEmitDynamicWorkerCreationEvents (): void {
+    /* noop */
+  }
+
   /** @inheritDoc */
   protected get type (): PoolType {
     return PoolTypes.fixed