Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. waitAndCancelReadSocketSTM :: Socket -> IO (STM (), IO ())

    network Network.Socket

    STM action to wait until the socket is ready for reading and STM action to cancel the waiting.

  2. waitReadSocketSTM :: Socket -> IO (STM ())

    network Network.Socket

    STM action to wait until the socket is ready for reading.

  3. throwSocketErrorWaitRead :: (Eq a, Num a) => Socket -> String -> IO a -> IO a

    network Network.Socket.Internal

    Like throwSocketErrorIfMinus1Retry, but if the action fails with EWOULDBLOCK or similar, wait for the socket to be read-ready, and try again.

  4. throwSocketErrorWaitReadBut :: (Eq a, Num a) => (CInt -> Bool) -> Socket -> String -> IO a -> IO a

    network Network.Socket.Internal

    Like throwSocketErrorIfMinus1Retry, but if the action fails with EWOULDBLOCK or similar, wait for the socket to be read-ready, and try again. If it fails with the error the user was expecting then ignore the error

  5. groupReadMode :: FileMode

    unix System.Posix.Files

    Group has read permission.

  6. otherReadMode :: FileMode

    unix System.Posix.Files

    Others have read permission.

  7. ownerReadMode :: FileMode

    unix System.Posix.Files

    Owner has read permission.

  8. groupReadMode :: FileMode

    unix System.Posix.Files.ByteString

    Group has read permission.

  9. otherReadMode :: FileMode

    unix System.Posix.Files.ByteString

    Others have read permission.

  10. ownerReadMode :: FileMode

    unix System.Posix.Files.ByteString

    Owner has read permission.

Page 455 of many | Previous | Next