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

NextPrevUpTopContentsIndex

wait-state-collection-stop-loop

Function
Summary

Stops a loop which is processing a wait-state-collection.

Package

comm

Signature

wait-state-collection-stop-loop wait-state-collection

Arguments

wait-state-collection

A wait-state-collection.

Description

The function wait-state-collection-stop-loop stops a loop which is processing wait-state-collection.

If there is currently a call to loop-processing-wait-state-collection with the wait-state-collection, wait-state-collection-stop-loop makes it stop and return.

Notes

wait-state-collection-stop-loop can be called from any process.

See also

loop-processing-wait-state-collection


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex