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

current-process-in-cleanup-p Function

Summary

The predicate for whether the current process is cleaning up after being killed.

Package

mp

Signature

current-process-in-cleanup-p => result

Values
result
A boolean.
Description

The function current-process-in-cleanup-p returns true after the current process is killed. In particular, it returns true while the cleanups that were set by ensure-process-cleanup execute.

See also

ensure-process-cleanup


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