OS.IO
structure
signature CML_OS_IO
structure IO
: CML_OS_IO
The OS.IO
structure provides a general interface for polling I/O devices, which has been modelled after the Unix SVR4 poll interface. A poll_desc
, created from an I/O descriptor, can be used to test for various polling conditions.
include OS_IO
val pollEvt : poll_desc list -> poll_info list event
pollEvt l
OS.SysErr
if, for example, one of the file descriptors refers to a closed file.
OS
,OS.IO
Last Modified &date;
Comments to John Reppy.
Copyright © 1991-2003 John Reppy