Next Prev Up Top Contents Index

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 applies process-wait-function to the wait-arguments given to process-wait to decide whether to wake the process up. A process is generally given a wait function by means of process-wait .

See also

process-wait


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index