-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Bindings to poll.h
--   
--   Poll functionality allows to wait on different FileDescriptors
--   simultaneously.
@package poll
@version 0.0.0.1

module System.Posix.Poll
data Fd
Fd :: Fd -> Events -> Events -> Fd
[fd] :: Fd -> Fd
[events] :: Fd -> Events
[rEvents] :: Fd -> Events
data Event
Other :: Int -> Event
In :: Event
Pri :: Event
Out :: Event
Err :: Event
Hup :: Event
NVal :: Event
type Events = T CShort Event
inp :: Events
pri :: Events
out :: Events
err :: Events
hup :: Events
nVal :: Events
instance GHC.Show.Show System.Posix.Poll.Event
instance GHC.Classes.Ord System.Posix.Poll.Event
instance GHC.Classes.Eq System.Posix.Poll.Event
instance Foreign.Storable.Storable System.Posix.Poll.Fd
instance GHC.Enum.Enum System.Posix.Poll.Event
instance GHC.Arr.Ix System.Posix.Poll.Event
