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

process-plist Function

Summary

Returns the plist associated with a process. This function is deprecated.

Package

mp

Signature

process-plist process => plist

Arguments
process
A process.
Values
plist
A plist.
Description

The function process-plist returns the plist associated with process.

Notes

It is not possible to manipulate the plist in a thread-safe manner, and process-plist may interact badly with other users of the plist, hence process-plist is deprecated. Use instead process-property and get-process-private-property etc.


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