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

NextPrevUpTopContentsIndex

process-interrupt

Function
Summary

Interrupts a process.

Package

mp

Signature

process-interrupt process function &rest arguments =>

Arguments

process

A process.

function

A function to apply on resuming process .

arguments

Arguments to supply to function .

Values

None.

Description

The function process-interrupt causes the Lisp process process to apply function to arguments when it is next resumed. Afterwards the process resumes its normal execution. A waiting process is temporarily woken up.


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex