Next Previous Up Top Contents Index

13 The MP Package

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 - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker