refactor: code cleanups
[poolifier.git] / src / pools / selection-strategies / selection-strategies-types.ts
index d30f9eeb5c4007250643d03cf36fd26993586618..f499da7fc9d58458f9977910a18cc9246870ba7b 100644 (file)
@@ -202,10 +202,4 @@ export interface IWorkerChoiceStrategy {
    * @param opts - The worker choice strategy options.
    */
   readonly setOptions: (opts: WorkerChoiceStrategyOptions | undefined) => void
-  /**
-   * Whether the pool has worker nodes ready or not.
-   *
-   * @returns Whether the pool has worker nodes ready or not.
-   */
-  readonly hasPoolWorkerNodesReady: () => boolean
 }