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

x/poolifier/src/mod.ts>WorkerStatistics

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

Worker task performance statistics computation settings.

Properties

readonly
runTime: boolean

Whether the worker computes the task runtime or not.