Returns the collection associated with an accepting handle.
comm
accepting-handle-collection accepting-handle => result
accepting-handle⇩ |
An accepting-handle. |
result⇩ |
A collection or nil . |
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
.
accepting-handle
accept-tcp-connections-creating-async-io-states
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26