| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: sock &key (wait t)
If wait is true, waits for there to be a
connection to this socket and returns a new stream object that can be
used to do I/O to the connected socket. If wait
is nil
and there is no connection pending it returns
nil
immediately; if a connection is pending, connects and
returns a new stream object that can be used to do I/O to the
connected socket.
See socket.htm for general information on sockets in Allegro CL.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |