Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/cluster.ts>workers

Deno standard library
Go to Latest
variable workers
import { workers } from "https://deno.land/std@0.142.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.