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.

There is no documented return value.

See also

wait-state-collection


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex