Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. throwErrnoIfMinus1RetryMayBlock :: (Eq a, Num a) => String -> IO a -> IO b -> IO a

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfMinus1Retry, but checks for operations that would block.

  2. throwErrnoIfMinus1RetryMayBlock_ :: (Eq a, Num a) => String -> IO a -> IO b -> IO ()

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfMinus1RetryMayBlock, but discards the result.

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

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfMinus1, but discards the result.

  4. throwErrnoIfNullRetry :: String -> IO (Ptr a) -> IO (Ptr a)

    ghc-internal GHC.Internal.Foreign.C.Error

    Throw an IOError corresponding to the current value of getErrno if the IO action returns nullPtr, but retry in case of an interrupted operation.

  5. throwErrnoIfNullRetryMayBlock :: String -> IO (Ptr a) -> IO b -> IO (Ptr a)

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfNullRetry, but checks for operations that would block.

  6. throwErrnoIfRetry :: (a -> Bool) -> String -> IO a -> IO a

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIf, but retry the IO action when it yields the error code eINTR - this amounts to the standard retry loop for interrupted POSIX system calls.

  7. throwErrnoIfRetryMayBlock :: (a -> Bool) -> String -> IO a -> IO b -> IO a

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfRetry, but additionally if the operation yields the error code eAGAIN or eWOULDBLOCK, an alternative action is executed before retrying.

  8. throwErrnoIfRetryMayBlock_ :: (a -> Bool) -> String -> IO a -> IO b -> IO ()

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfRetryMayBlock, but discards the result.

  9. throwErrnoIfRetry_ :: (a -> Bool) -> String -> IO a -> IO ()

    ghc-internal GHC.Internal.Foreign.C.Error

    as throwErrnoIfRetry, but discards the result.

  10. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver

    No documentation available.

Page 20 of many | Previous | Next