Next Prev Up Top Contents Index

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

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 Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index