class SelectResult

Returned by Posix.select()

Description

An instance of this class is returned by the function Posix.select(). It contains three arrays (read, write, and except), and a number (timeout). The arrays contain references to the objects (if any) which caused the Posix.select() call to finish, and timeout contains a number specifying the number of seconds left before the call was due to time out (it will be 0 if the select() finished because of a timeout).

class contents [NB. Highlighted attributes are static members]
Variables
variable except - An array containing objects that have the except flag set.
variable read - An array containing objects that have the read flag set.
variable timeout - A number specifying the number of seconds left before the call was due to time out.
variable write - An array containing objects that have the write flag set.

Variables

array except Click to go up to the list
An array containing objects that have the except flag set.

array read Click to go up to the list
An array containing objects that have the read flag set.

number timeout Click to go up to the list
A number specifying the number of seconds left before the call was due to time out.

array write Click to go up to the list
An array containing objects that have the write flag set.

Automatically generated at 12:07PM, Wednesday 25 May 2005 by feritedoc.