Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. parallelThreadPool :: MonadIO m => Int -> m (ThreadPool m a b)

    HTF Test.Framework.ThreadPool

    No documentation available.

  2. sequentialThreadPool :: forall (m :: Type -> Type) a b . MonadIO m => ThreadPool m a b

    HTF Test.Framework.ThreadPool

    No documentation available.

  3. threadPoolTest :: (Int, Int) -> Int -> IO [()]

    HTF Test.Framework.ThreadPool

    No documentation available.

  4. fReadXml :: XmlContent a => FilePath -> IO a

    HaXml Text.XML.HaXml.XmlContent

    Read an XML document from a file and convert it to a fully-typed Haskell value.

  5. fReadXml :: XmlContent a => FilePath -> IO a

    HaXml Text.XML.HaXml.XmlContent.Haskell

    Read an XML document from a file and convert it to a fully-typed Haskell value.

  6. runInThread :: IO a -> (a -> IO b) -> IO ThreadId

    MissingH Control.Concurrent.Thread.Utils

    Takes a IO action and a function. The IO action will be called in a separate thread. When it is completed, the specified function is called with its result. This is a simple way of doing callbacks.

  7. hReadMIMETypes :: MIMETypeData -> Bool -> Handle -> IO MIMETypeData

    MissingH Data.MIME.Types

    Load a mime.types file from an already-open handle.

  8. maybeRead :: Read a => String -> Maybe a

    MissingH Data.String.Utils

    Attempts to parse a value from the front of the string.

  9. class (Show a, Show b, Eq b) => MailboxReader a b

    MissingH Network.Email.Mailbox

    Main class for readable mailboxes. The mailbox object a represents zero or more Messages. Each message has a unique identifier b in a format specific to each given mailbox. This identifier may or may not be persistent. Functions which return a list are encouraged -- but not guaranteed -- to do so lazily. Implementing classes must provide, at minimum, getAll.

  10. threadedHandler :: HandlerT -> HandlerT

    MissingH Network.SocketServer

    Handle each incoming connection in its own thread to make the server multi-tasking.

Page 547 of many | Previous | Next