build(deps-dev): apply updates
[poolifier.git] / src / pools / abstract-pool.ts
index edf2b29a6e9de328133735cea8a6c58b18609db0..71067f5ce21f7debd3a687d8eb1d97a36a215079 100644 (file)
@@ -180,6 +180,9 @@ export abstract class AbstractPool<
   /** @inheritDoc */
   public abstract get type (): PoolType
 
+  /** @inheritDoc */
+  public abstract get size (): number
+
   /**
    * Number of tasks running in the pool.
    */