select-0.3: Wrap the select(2) POSIX function

Safe HaskellSafe-Inferred

System.Posix.IO.Select.Types

Description

Some types used by the other modules in this package.

Synopsis

Documentation

data Timeout Source

A timeout of Never tells select(2) to never time out, while Time s us sets the timeout parameters to s seconds and us microseconds.