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.
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.
waitReadSocketSTM :: Socket -> IO (STM ())network Network.Socket STM action to wait until the socket is ready for reading.
throwSocketErrorWaitRead :: (Eq a, Num a) => Socket -> String -> IO a -> IO anetwork 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.
throwSocketErrorWaitReadBut :: (Eq a, Num a) => (CInt -> Bool) -> Socket -> String -> IO a -> IO anetwork 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
-
unix System.Posix.Files Group has read permission.
-
unix System.Posix.Files Others have read permission.
-
unix System.Posix.Files Owner has read permission.
-
unix System.Posix.Files.ByteString Group has read permission.
-
unix System.Posix.Files.ByteString Others have read permission.
-
unix System.Posix.Files.ByteString Owner has read permission.