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

process-internal-server-p Function

Summary

Tests whether a process is an internal server.

Package

mp

Signature

process-internal-server-p process => result

Arguments
process
A mp:process object.
Values
result
A boolean.
Description

The function process-internal-server-p is the predicate for whether process is marked as "internal server".

Notes

Processes are marked as "internal server" by a true value for :internal-server amongst the keywords in a call to process-run-function.

See also

process-run-function
any-other-process-non-internal-server-p


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