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

NextPrevUpTopContentsIndex

async-io-state-max-read

Accessor
Summary

Accesses the maximum bytes to read of an async-io-state.

Package

comm

Signature

async-io-state-max-read async-io-state => max-read

setf (async-io-state-max-read async-io-state) max-read => max-read

Arguments

async-io-state

An async-io-state.

max-read

An integer.

Values

max-read

An integer.

Description

The accessor async-io-state-max-read is used to read and write the maximum bytes to try to read of async-io-state. max-read is an integer specifying the maximum number of bytes to try to read between calls to the callback in async-io-state-read-with-checking.

See also

async-io-state
async-io-state-read-with-checking
The Async-I/O-State API


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex