Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. ParseException :: String -> ParseException

    io-streams System.IO.Streams.Attoparsec.ByteString

    No documentation available.

  2. data ParseException

    io-streams System.IO.Streams.Attoparsec.Text

    An exception raised when parsing fails.

  3. ParseException :: String -> ParseException

    io-streams System.IO.Streams.Attoparsec.Text

    No documentation available.

  4. module System.IO.Streams.Process

    A module adapting the functions from System.Process to work with io-streams.

  5. data ProcessHandle

    io-streams System.IO.Streams.Process

    A handle to a process, which can be used to wait for termination of the process using waitForProcess. None of the process-creation functions in this library wait for termination: they all return a ProcessHandle which may be used to wait for the process later. On Windows a second wait method can be used to block for event completion. This requires two handles. A process job handle and a events handle to monitor.

  6. module Data.Pool

    A high-performance pooling abstraction for managing flexibly-sized collections of resources such as database connections.

  7. data Pool a

    resource-pool Data.Pool

    Striped resource pool based on Control.Concurrent.QSem.

  8. data PoolConfig a

    resource-pool Data.Pool

    Configuration of a Pool.

  9. data Pool a

    resource-pool Data.Pool.Internal

    Striped resource pool based on Control.Concurrent.QSem.

  10. Pool :: !PoolConfig a -> !SmallArray (LocalPool a) -> !IORef () -> Pool a

    resource-pool Data.Pool.Internal

    No documentation available.

Page 265 of many | Previous | Next