feat: add 'full' event on dynamic pool emitter
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 4fb2f3584aadffcc0f5224fdfb8ce6521a2979a8..bf364f923d033e24223afed35b07f3bdaaf1517b 100644 (file)
@@ -50,17 +50,14 @@ export interface IWorkerChoiceStrategy<
 > {
   /**
    * The pool instance.
-   * @readonly
    */
   readonly pool: IPoolInternal<Worker, Data, Response>
   /**
    * Is the pool attached to the strategy dynamic?.
-   * @readonly
    */
   readonly isDynamicPool: boolean
   /**
    * Required pool tasks usage statistics.
-   * @readonly
    */
   readonly requiredStatistics: RequiredStatistics
   /**