NextPrevUpTopContentsIndex

process-wait-function

Function
Summary

Returns a function that determines whether a process should continue to wait.

Package

mp

Signature

process-wait-function process => wait-function

Arguments

process

A process.

Values

wait-function

A function designator.

Description

The function process-wait-function returns the function that determines whether the Lisp process waits. The system periodically calls wait-function to decide whether to wake the process up.

wait-function is applied to wait-arguments , where both wait-function and wait-arguments were passed to process-wait .

See also

process-wait


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex