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

NextPrevUpTopContentsIndex

accepting-handle-name

Function
Summary

Returns the name associated with an accepting handle.

Package

comm

Signature

accepting-handle-name accepting-handle => name

Arguments

accepting-handle

An accepting-handle.

Values

name

A Lisp object.

Description

The function accepting-handle-name returns the name associated with the accepting handle accepting-handle, which is the handle-name argument to accept-tcp-connections-creating-async-io-states.

This name is used when printing the handle, so its printed representation should be reasonably short. Otherwise it is not restricted.

See also

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


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex