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

Whether the worker node shall update its task function worker usage or not.

Parameters

workerNodeKey: number
  • The worker node key.

Returns

boolean

true if the worker node shall update its task function worker usage, false otherwise.