Accesses the read and write timeouts of an async-io-state.
async-io-state-read-timeout async-io-state => read-timeout
setf (async-io-state-read-timeout async-io-state) read-timeout => read-timeout
async-io-state-write-timeout async-io-state => write-timeout
setf (async-io-state-write-timeout async-io-state) write-timeout => write-timeout
The accessor async-io-state-read-timeout
is used to read and write the read timeout of async-io-state. read-timeout is nil
if there is no timeout and otherwise is a timeout in seconds.
The accessor async-io-state-write-timeout
is used to read and write the write timeout of async-io-state. write-timeout is nil
if there is no timeout and otherwise is a timeout in seconds.
LispWorks User Guide and Reference Manual - 20 Sep 2017