Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method WorkerChoiceStrategyContext.prototype.remove
import { WorkerChoiceStrategyContext } from "https://deno.land/x/poolifier@v0.3.14/src/mod.ts";

Removes the worker node key from the worker choice strategy in the context.

Parameters

workerNodeKey: number
  • The worker node key.

Returns

boolean

true if the removal is successful, false otherwise.