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

NextPrevUpTopContentsIndex

accepting-handle

Type
Summary

The type of object returned by accept-tcp-connections-creating-async-io-states.

Package

comm

Signature

accepting-handle

Description

accepting-handle is the type of the object that is returned by accept-tcp-connections-creating-async-io-states and is passed as the first argument to the connection-function of accept-tcp-connections-creating-async-io-states.

The handle contains the collection with which it is associated, the underlying socket, and the user-info and handle-name that were passed to accept-tcp-connections-creating-async-io-states.

See also

accept-tcp-connections-creating-async-io-states
close-accepting-handle
accepting-handle-socket
accepting-handle-collection
accepting-handle-local-port
accepting-handle-user-info
accepting-handle-name


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex