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

NextPrevUpTopContentsIndex

accepting-handle-collection

Function
Summary

Returns the collection associated with an accepting handle.

Package

comm

Signature

accepting-handle-collection accepting-handle => result

Arguments

accepting-handle

An accepting-handle.

Values

result

A collection or nil.

Description

The function accepting-handle-collection returns the collection associated with accepting-handle.

accepting-handle has to be an accepting handle, currently that means the result of accept-tcp-connections-creating-async-io-states.

result is the collection that was supplied to accept-tcp-connections-creating-async-io-states, but for a closed handle result is nil.

See also

accepting-handle
accept-tcp-connections-creating-async-io-states


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex