Evaluates body with stream "noticed" for input.
comm
with-noticed-socket-stream (stream) &body body
stream⇩ |
A stream created using open-tcp-stream. |
body⇩ |
Code to be executed while the stream is "noticed". |
The macro with-noticed-socket-stream
evaluates the forms in body with the stream stream "noticed" for input. stream becomes unnoticed afterwards.
The macro is designed to be used with streams created by open-tcp-stream.
with-noticed-socket-stream
is not implemented on the Windows platform.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26