select-0.1: Give the select(2) POSIX function a simple STM interface

Safe HaskellSafe-Infered

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.