All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

apply-in-wait-state-collection-process

Function
Summary

Applies a function in the process that is associated with a wait-state-collection.

Package

comm

Signature

apply-in-wait-state-collection-process collection function &rest args

Arguments

collection

A wait-state-collection.

function

A function designator.

args

Lisp objects.

Description

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.

See also

call-wait-state-collection
loop-processing-wait-state-collection
wait-state-collection


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex