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

any-other-process-non-internal-server-p Function

Summary

Tests whether there is any other process except the caller that is not marked as "internal server".

Package

mp

Signature

any-other-process-non-internal-server-p => result

Values
result
A boolean.
Description

The function any-other-process-non-internal-server-p is the predicate for whether there is any other process, except the caller process, that is not 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
process-internal-server-p


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