Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. newtype BoundedEnumEncoding a

    text-encode Text.Encode.HttpApiData

    No documentation available.

  2. BoundedEnumEncoding :: a -> BoundedEnumEncoding a

    text-encode Text.Encode.HttpApiData

    No documentation available.

  3. module Control.Concurrent.Thread.BoundedThreadGroup

    This module wraps Control.Concurrent.Thread.Group and provides a bounded version of ThreadGroup, mainly BoundedThreadGroup. In addition to the functionality of ThreadGroup, BoundedThreadGroup will block creation of threads until there fewer than the given max size.

  4. data BoundedThreadGroup

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    A BoundedThreadGroup extends the concept of a ThreadGroup by restricting the number of active threads to a given max size. If one attempts to create more than the max size number of threads the fork function will block until threads finish.

  5. BoundedThreadGroup :: Int -> ThreadGroup -> BoundedThreadGroup

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    No documentation available.

  6. BoundedJoinSemiLattice :: Class

    dotparse DotParse.Examples.NumHask

    No documentation available.

  7. BoundedLattice :: Class

    dotparse DotParse.Examples.NumHask

    No documentation available.

  8. BoundedMeetSemiLattice :: Class

    dotparse DotParse.Examples.NumHask

    No documentation available.

  9. data BoundedTrie

    gogol-dataflow Gogol.Dataflow

    The message type used for encoding metrics of type bounded trie. See: newBoundedTrie smart constructor.

  10. BoundedTrie :: Maybe Int32 -> Maybe BoundedTrieNode -> Maybe [Text] -> BoundedTrie

    gogol-dataflow Gogol.Dataflow

    No documentation available.

Page 9 of many | Previous | Next