process_destructor
Pool child process destructor.
Dispatch the :signal:worker_process_shutdown signal.
def process_destructor(
pid: int,
exitcode: int
)
Pool child process destructor. Dispatch the :signal:worker_process_shutdown signal.
Parameters
| Name | Type | Description |
|---|---|---|
| pid | int | The process identifier of the child process being destroyed |
| exitcode | int | The exit status code returned by the child process upon termination |
Returns
| Type | Description |
|---|---|
| Nothing is returned by this function. |