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
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 - 22 Dec 2009