All Manuals > LispWorks User Guide and Reference Manual > 35 The MP Package

NextPrevUpTopContentsIndex

process-wait-local-with-timeout-and-periodic-checks

iFunction
Summary

Like process-wait-local-with-timeout, but also calls the wait function periodically.

Package

mp

Signature

process-wait-local-with-timeout-and-periodic-checks wait-reason timeout period function &rest args

Arguments

wait-reason

A string.

timeout

A non-negative number.

period

A positive real number.

function

A function designator.

args

Arguments passed to function .

Description

The function process-wait-local-with-timeout-and-periodic-checks is like process-wait-local-with-timeout, but also calls the wait function periodically.

The timeout and period are both in seconds.

For information about the periodic calls, see process-wait-local-with-periodic-checks.

See also

process-wait-local-with-periodic-checks
process-wait-local-with-timeout


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex