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

process-interrupt-list Function

Summary

Interrupts a process.

Package

mp

Signature

process-interrupt-list process function arguments

Arguments
process
A process.
function
A function to apply on resuming process.
arguments
A list of the arguments to supply to function.
Description

The function process-interrupt-list causes the Lisp process process to apply function to arguments when it is next resumed. It is just like process-interrupt except that arguments are supplied as a list.

See also

process-interrupt


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