Applies a function in the process that is associated with a wait-state-collection.
comm
apply-in-wait-state-collection-process collection function &rest args
collection⇩ | |
function⇩ |
A function designator. |
args⇩ |
Lisp objects. |
The function apply-in-wait-state-collection-process
applies function to the arguments args in the process that is associated with collection.
A process is associated with collection when it calls wait-for-wait-state-collection, typically from loop-processing-wait-state-collection. Normally only one process will do this for each individual wait-state-collection.
apply-in-wait-state-collection-process
is asynchronous. It sends an appropriate message to the process or collection, and returns immediately, even if it is called from that process. The application happens at an undefined time inside the scope of call to call-wait-state-collection for collection.
There is no documented return value.
call-wait-state-collection
loop-processing-wait-state-collection
wait-state-collection
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26