Hoogle Search
Within LTS Haskell 24.2 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
TCache Data.TCache.IResource forces a retry
-
stamina Stamina No documentation available.
-
sphinx Text.Search.Sphinx.Types No documentation available.
-
sphinx Text.Search.Sphinx.Types No documentation available.
retry# :: State# RealWorld -> (# State# RealWorld, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
-
unliftio UnliftIO.STM Renamed retry for unqualified export
retryBool :: Exception e => (e -> Bool) -> Int -> IO a -> IO aextra Control.Exception.Extra Retry an operation at most n times (n must be positive), while the exception value and type match a predicate. If the operation fails the nth time it will throw that final exception.
retryBool :: Exception e => (e -> Bool) -> Int -> IO a -> IO aextra Extra Retry an operation at most n times (n must be positive), while the exception value and type match a predicate. If the operation fails the nth time it will throw that final exception.
retryOnBusy :: (MonadUnliftIO m, MonadLoggerIO m) => m a -> m apersistent-sqlite Database.Persist.Sqlite Retry if a Busy is thrown, following an exponential backoff strategy.
-
retry Control.Retry No documentation available.