Class ChildPool

Constructors

Properties

free: {
    [key: string]: Child[];
} = {}

Type declaration

retained: {
    [key: number]: Child;
} = {}

Type declaration

Methods

  • Parameters

    • child: Child
    • signal: "SIGKILL" | "SIGTERM" = 'SIGKILL'

    Returns Promise<void>

Generated using TypeDoc