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.
ParseException :: String -> ParseExceptionio-streams System.IO.Streams.Attoparsec.ByteString No documentation available.
-
io-streams System.IO.Streams.Attoparsec.Text An exception raised when parsing fails.
ParseException :: String -> ParseExceptionio-streams System.IO.Streams.Attoparsec.Text No documentation available.
module System.IO.Streams.
Process A module adapting the functions from System.Process to work with io-streams.
-
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.
-
A high-performance pooling abstraction for managing flexibly-sized collections of resources such as database connections.
-
resource-pool Data.Pool Striped resource pool based on Control.Concurrent.QSem.
-
resource-pool Data.Pool Configuration of a Pool.
-
resource-pool Data.Pool.Internal Striped resource pool based on Control.Concurrent.QSem.
Pool :: !PoolConfig a -> !SmallArray (LocalPool a) -> !IORef () -> Pool aresource-pool Data.Pool.Internal No documentation available.