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

NextPrevUpTopContentsIndex

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 - 13 Feb 2015

NextPrevUpTopContentsIndex