Processes all the pending messages in the current process.
Package
capi
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.