-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | hack handler implementation using epoll -- -- Hack handler implemented using System.Linux.Epoll @package hack-handler-epoll @version 0.1.2 -- | Implements Hack Handler interface using System.Linux.Epoll. module Hack.Handler.Epoll run :: Application -> IO () runWithConfig :: ServerConf -> Application -> IO () data ServerConf ServerConf :: String -> Int -> Int -> Int -> ServerConf host :: ServerConf -> String port :: ServerConf -> Int backlog :: ServerConf -> Int epollSize :: ServerConf -> Int instance Typeable ConnError instance Eq BodyLen instance Show BodyLen instance Show ServerConf instance Exception ConnError instance Default ServerConf