refactor: refine type definition
[poolifier.git] / src / pools / abstract-pool.ts
index 9a7199ec86da23415f976435900a8138c888afc7..ba632bb14210eaed19701ba79abe867a08396724 100644 (file)
@@ -1294,7 +1294,7 @@ export abstract class AbstractPool<
   }
 
   /**
-   * Chooses a worker node for the next task.
+   * Chooses a worker node for the next task given the worker choice strategy.
    *
    * @param workerChoiceStrategy - The worker choice strategy.
    * @returns The chosen worker node key