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

x/poolifier/src/mod.ts>StrategyPolicy

Fast and small web worker pool
Latest
interface StrategyPolicy
import { type StrategyPolicy } from "https://deno.land/x/poolifier@v0.3.14/src/mod.ts";

Strategy policy.

Properties

readonly
dynamicWorkerUsage: boolean

Expects tasks execution on the newly created dynamic worker.

readonly
dynamicWorkerReady: boolean

Expects the newly created dynamic worker to be flagged as ready.