LispWorks User Guide and Reference Manual > 35 The MP Package

NextPrevUpTopContentsIndex

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 process-plist function 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 - 22 Dec 2009

NextPrevUpTopContentsIndex