"handles" an event, depending on the type of the event object.
mp
general-handle-event event-object
event-object⇩ |
A Lisp object. |
The generic function general-handle-event
"handles" event-object. What this actually means depends on the type of the object.
There are system defined methods for these classes:
Call it. | |
If fbound call it, otherwise do nothing. | |
t |
Do nothing. |
You can add methods for your own classes.
general-handle-event
is used by all functions that process events, for example wait-processing-events and process-all-events, as well as by internal waiting functions.
process-all-events
process-send
19.6.3 Communication between processes and synchronization
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51