Next Prev Up Top Contents Index

process-pending-messages

Function
Summary

Processes all the pending messages in the current process.

Signature

process-pending-messages ignored => nil

Arguments

The single argument is ignored.

Description

The function process-pending-messages processs all the pending messages in the current process, and then returns nil . It is useful when your code needs to continuously do something, but also needs to respond to user input or other messages.


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index