NextPrevUpTopContentsIndex

process-plist

Function
Summary

Returns the plist associated with a process.

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 .

Example
(setf (getf (mp:process-plist mp:*current-process*) 
       'foo) 'foo-value)
=> FOO-VALUE (getf (mp:process-plist mp:*current-process*) 'foo) => FOO-VALUE

LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex