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

NextPrevUpTopContentsIndex

call-wait-state-collection

Function
Summary

Calls the functions associated with the active states in a wait-state-collection.

Package

comm

Signature

call-wait-state-collection collection

Arguments

collection

A wait-state-collection.

Description

The function call-wait-state-collection calls the functions associated with the active states in collection, and perform any actions requested by messages that arrive from other processes.

Notes

Typically you would not call call-wait-state-collection yourself, but it will be called by loop-processing-wait-state-collection.

See also

create-and-run-wait-state-collection
loop-processing-wait-state-collection
The Async-I/O-State API


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex