property ClusterSettings.stdio
Usage in Deno
import { type ClusterSettings } from "node:cluster";
Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must
contain an 'ipc' entry. When this option is provided, it overrides silent. See child_prcess.spawn()'s
stdio.
any[] | undefined