Returns the read or write status of an async-io-state.
The function async-io-state-read-status
returns the read status of async-io-state. read-status is nil
for a working socket, :eof
for end of file, :timeout
if a timeout has occurred or some other values meaning an error has occurred.
The function async-io-state-write-status
returns the write status of async-io-state. write-status is nil
for a working socket, :eof
for end of file, :timeout
if a timeout has occurred or some other values meaning an error has occurred.
LispWorks User Guide and Reference Manual - 20 Sep 2017