All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

async-io-state-read-timeout

async-io-state-write-timeout

Accessors
Summary

Accesses the read and write timeouts of an async-io-state.

Package

comm

Signature

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

Arguments

async-io-state

An async-io-state.

read-timeout

nil or a positive real.

write-timeout

nil or a positive real.

Values

read-timeout

nil or a positive real.

write-timeout

nil or a positive real.

Description

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.

See also

async-io-state
create-async-io-state
The Async-I/O-State API


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex