Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. wdHTTPRetryCount :: WDConfig -> Int

    webdriver Test.WebDriver.Config

    Number of times to retry a HTTP request if it times out (default 0)

  2. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver.Session

    No documentation available.

  3. wdSessHTTPRetryCount :: WDSession -> Int

    webdriver Test.WebDriver.Session

    Number of times to retry a HTTP request if it times out

  4. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver.Session.History

    No documentation available.

  5. wdHTTPRetryCount :: WDConfig -> Int

    webdriver Test.WebDriver.Types

    Number of times to retry a HTTP request if it times out (default 0)

  6. wdSessHTTPRetryCount :: WDSession -> Int

    webdriver Test.WebDriver.Types

    Number of times to retry a HTTP request if it times out

  7. CATCH_RETRY_FRAME :: ClosureType

    ghc-internal GHC.Internal.ClosureTypes

    No documentation available.

  8. throwErrnoIfMinus1Retry :: (Eq a, Num a) => String -> IO a -> IO a

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

    Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1, but retries in case of an interrupted operation.

  9. 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.

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

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

    as throwErrnoIfMinus1RetryMayBlock, but discards the result.

Page 20 of many | Previous | Next