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

NextPrevUpTopContentsIndex

async-io-state-object

Function
Summary

Returns the object used to create an async-io-state.

Package

comm

Signature

async-io-state-object async-io-state => object

Arguments

async-io-state

An async-io-state.

Values

object

A socket-stream or an integer.

Description

The function async-io-state-object returns the object that was supplied in the call to create-async-io-state that created async-io-state.

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