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

pushnew-to-process-private-property Function

Summary

Pushes a new value to a private property of the current process.

Package

mp

Signature

pushnew-to-process-private-property indicator value &key test => result

Arguments
indicator
A Lisp object.
value
A Lisp object.
test
A function designator for a function of two arguments.
Values
result
A list.
Description

The function pushnew-to-process-private-property pushes value to the value of the private property associated with indicator for the current process. It uses the function test to compare existing private property values with value and does not push if one matches, in the same way as cl:pushnew.

It behaves just like pushnew-to-process-property.

See also

process-private-property
pushnew-to-process-property
remove-process-private-property
get-process-private-property


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