Vocabularyio.socketsInputs and outputs| server | a handle |
| client | a bidirectional stream |
| remote | an address specifier |
Word descriptionWaits for a connection to a server socket created by
<server>, and outputs a bidirectional stream when the connection has been established. The encoding of this stream is the one that was passed to the server constructor.
ErrorsThrows an error if the server socket is closed or otherwise is unavailable.
Definition