Skip to main content
Module

std/node/cluster.ts>workers

Deno standard library
Go to Latest
variable workers
import { workers } from "https://deno.land/std@0.166.0/node/cluster.ts";

A hash that stores the active worker objects, keyed by id field. Makes it easy to loop through all the workers. It is only available in the primary process.