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

Updates the worker node key in the worker choice strategy in the context internals.

Parameters

workerNodeKey: number

Returns

boolean

true if the update is successful, false otherwise.