Merge branch 'master' into elu-strategy
[poolifier.git] / src / pools / thread / fixed.ts
index be1a8baab1f1ac61a9755f1aab009a063863d3fe..f0a49056bd3ef9c937abc10e7fc1dadc1bc3f50f 100644 (file)
@@ -116,11 +116,6 @@ export class FixedThreadPool<
     return this.numberOfWorkers
   }
 
-  /** @inheritDoc */
-  protected get full (): boolean {
-    return this.workerNodes.length >= this.numberOfWorkers
-  }
-
   /** @inheritDoc */
   protected get busy (): boolean {
     return this.internalBusy()