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.
-
lifted IO operations from the threads library lifted-threads exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl.
-
lifted-threads Control.Concurrent.Thread.Group.Lifted A ThreadGroup can be understood as a counter which counts the number of threads that were added to the group minus the ones that have terminated. More formally a ThreadGroup has the following semantics:
- new initializes the counter to 0.
- Forking a thread increments the counter.
- When a forked thread terminates, whether normally or by raising an exception, the counter is decremented.
- nrOfRunning yields a transaction that returns the counter.
- wait blocks as long as the counter is greater than 0.
- waitN blocks as long as the counter is greater or equal to the specified number.
-
Run FastLogger in a thread and direct all queued messages to it. Please see README.md
-
No documentation available.
withLoggerThread :: (Logger -> IO ()) -> IO ()logger-thread Text.LoggerThread No documentation available.
onreadystatechange_ :: Text -> Attributeslucid2 Lucid.Html5 The onreadystatechange attribute.
-
mainland-pretty Text.PrettyPrint.Mainland The document spread ds concatenates the documents ds with space.
imageReadAutoFormats :: (Manifest r (Pixel cs e), ColorSpace cs i e) => [Decode (Image r cs e)]massiv-io Data.Massiv.Array.IO List of image formats decodable with automatic colorspace conversion
imageReadFormats :: ColorModel cs e => [Decode (Image S cs e)]massiv-io Data.Massiv.Array.IO List of image formats decodable with no color space conversion
pyReadData :: [Char] -> [[Char]]matplotlib Graphics.Matplotlib.Internal The python command that reads external data into the python data array