All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

current-process-set-terminate-method Function

Summary

Sets the Terminate Method of the current process.

Package

mp

Signature

current-process-set-terminate-method &key local-terminator remote-terminator terminate-by-send

Arguments
local-terminator
A function designator for a function of no arguments.
remote-terminator
A function designator for a function of one argument.
terminate-by-send
A generalized boolean.
Description

The function current-process-set-terminate-method sets the Terminate Method of the current process. See process-run-function for the meaning of local-terminator, remote-terminator and terminate-by-send.

The default value of terminate-by-send is t. Therefore calling current-process-set-terminate-method without arguments sets the Terminate Method to terminate-by-send. Calling current-process-set-terminate-method with terminate-by-send nil makes the process not have a Terminate Method.

See also

process-run-function
process-terminate
current-process-kill


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51