Idris2Doc : System.Posix.Poll

System.Posix.Poll

(source)

Reexports

importpublic System.Posix.Errno
importpublic System.Posix.File
importpublic System.Posix.Poll.Struct
importpublic System.Posix.Poll.Types

Definitions

poll : HasErrnoes=>EIO1f=>CArrayIOnPollFD->Int32->fes (ListPollPair)
  Polls the given array of poll file descriptors for file system events.

Totality: total
Visibility: export
pollList : HasErrnoes=>EIO1f=>ListPollPair->Int32->fes (ListPollPair)
  Polls the given list of poll file pairs for file system events.

Totality: total
Visibility: export