Next Previous Up Top Contents Index

13 The MP Package

process-wait-function

Function

Summary

Returns a function that gives a reason why the specified process is waiting.
Package

mp

Signature

process-wait-function process => wait-function

Arguments

process

A process.

Values

wait-function

A function specifying a wait reason for process.

Description

Returns a function that specifies a reason for the Lisp process waiting. The system periodically appliesprocess-wait-function to the wait-arguments given toprocess-wait to decide whether to wake the process up. A process is generally given a wait function by means ofprocess-wait.
See also

process-wait


LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker