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

NextPrevUpTopContentsIndex

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.

Values

None.

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 the arguments are supplied as a list.

See also

process-interrupt


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex