Class ChildPool

Constructors

Properties

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

Type declaration

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

Type declaration

  • [key: number]: Child

Methods

  • Parameters

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

    Returns Promise<void>

  • Parameters

    • processFile: string

    Returns Promise<Child>

Generated using TypeDoc