Path to the file to execute in the child process
Arguments to pass to the child process
Node.js fork options
ReadonlyargsArguments to pass to the child process
ReadonlyfilePath to the file to execute in the child process
ReadonlyoptionsNode.js fork options
OptionalprocessThe child process instance.
Kills the child process.
Respawns the child process.
The new child process instance
Sends a message to the child process.
IPC message to send
Promise that resolves when the message is sent
Spawns the child process.
The spawned child process
Wrapper for managing a forked child process.