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

x/poolifier/src/mod.ts>TaskPerformance

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

Task performance.

Properties

readonly
name: string

Task name.

readonly
timestamp: number

Task performance timestamp.

readonly
optional
runTime: number

Task runtime.

readonly
optional
elu: EventLoopUtilization

Task event loop utilization.