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. ThreadDied :: ThreadStatus

    base-prelude BasePrelude

    the thread received an uncaught exception

  2. ThreadFinished :: ThreadStatus

    base-prelude BasePrelude

    the thread has finished

  3. pattern ThreadId :: () => ThreadId# -> ThreadId

    base-prelude BasePrelude

    No documentation available.

  4. ThreadRunning :: ThreadStatus

    base-prelude BasePrelude

    the thread is currently runnable or running

  5. data ThreadStatus

    base-prelude BasePrelude

    The current status of a thread

  6. labelThread :: ThreadId -> String -> IO ()

    base-prelude BasePrelude

    labelThread stores a string as identifier for this thread. This identifier will be used in the debugging output to make distinction of different threads easier (otherwise you only have the thread state object's address in the heap). It also emits an event to the RTS eventlog.

  7. listThreads :: IO [ThreadId]

    base-prelude BasePrelude

    List the Haskell threads of the current process.

  8. threadStatus :: ThreadId -> IO ThreadStatus

    base-prelude BasePrelude

    Query the current execution status of a thread.

  9. data BeamRowReadError

    beam-core Database.Beam.Backend.SQL.Row

    An error that may occur when parsing a row. Contains an optional annotation of which column was being parsed (if available).

  10. BeamRowReadError :: !Maybe Int -> ColumnParseError -> BeamRowReadError

    beam-core Database.Beam.Backend.SQL.Row

    No documentation available.

Page 652 of many | Previous | Next