Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WorkerThreadScalingReport

import type { WorkerThreadScalingReport } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Contains information about the thread scaling information of a worker.

interface WorkerThreadScalingReport {
currentThreadCount?: number;
}

§Properties

§
currentThreadCount?: number
[src]

Current number of active threads in a worker.