Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/poolifier/src/mod.ts>AbstractPool#internalBusy

Fast and small web worker pool
Latest
method AbstractPool.prototype.internalBusy
import { AbstractPool } from "https://deno.land/x/poolifier@v0.3.14/src/mod.ts";

Whether worker nodes are executing concurrently their tasks quota or not.

Returns

boolean

Worker nodes busyness boolean status.