All Manuals > LispWorks User Guide and Reference Manual > 44 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 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 - 13 Feb 2015

NextPrevUpTopContentsIndex