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.
-
base-prelude BasePrelude the thread received an uncaught exception
ThreadFinished :: ThreadStatusbase-prelude BasePrelude the thread has finished
pattern
ThreadId :: () => ThreadId# -> ThreadIdbase-prelude BasePrelude No documentation available.
-
base-prelude BasePrelude the thread is currently runnable or running
-
base-prelude BasePrelude The current status of a thread
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.
-
base-prelude BasePrelude List the Haskell threads of the current process.
threadStatus :: ThreadId -> IO ThreadStatusbase-prelude BasePrelude Query the current execution status of a thread.
-
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).
BeamRowReadError :: !Maybe Int -> ColumnParseError -> BeamRowReadErrorbeam-core Database.Beam.Backend.SQL.Row No documentation available.