Merge pull request #1495 from poolifier/combined-prs-branch
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index 90794ea35fe75596f774c924f12cf3982368fbb3..5d490638ad2dbb9348cad7318b2258b83cbdad95 100644 (file)
@@ -182,6 +182,7 @@ export interface IWorkerChoiceStrategy {
   readonly reset: () => boolean
   /**
    * Updates the worker node key strategy internals.
+   * This is called after a task has been executed on a worker node.
    *
    * @returns `true` if the update is successful, `false` otherwise.
    */