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

process-all-events Function

Summary

Processes the events in the mailbox of the current process.

Package

mp

Signature

process-all-events => processedp

Values
processedp
A boolean.
Description

The function process-all-events processes all the events in the mailbox of the current process, by calling general-handle-event on each one of them.

process-all-events returns a boolean indicating whether it processed any event.

See also

general-handle-event
process-mailbox
process-send


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51