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

NextPrevUpTopContentsIndex

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 - 13 Feb 2015

NextPrevUpTopContentsIndex