• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. updateThreadName :: UpdateSettings a -> String

    auto-update Control.AutoUpdate

    Label of the thread being forked. Default: AutoUpdate

  2. debounceThreadName :: DebounceSettings -> String

    auto-update Control.Debounce

    Label of the thread spawned when debouncing. Default: Debounce.

  3. debounceThreadName :: DebounceSettings -> String

    auto-update Control.Debounce.Internal

    Label of the thread spawned when debouncing. Default: Debounce.

  4. reaperRead :: Reaper workload item -> IO workload

    auto-update Control.Reaper

    Reading workload.

  5. reaperThreadName :: ReaperSettings workload item -> String

    auto-update Control.Reaper

    Label of the thread spawned by the reaper. Default: Reaper.

  6. reaperRead :: Reaper workload item -> IO workload

    auto-update Control.Reaper.Internal

    Reading workload.

  7. module Data.Graph.Inductive.Internal.Thread

    Threading Combinators.

  8. type Thread t i r = (t, Split t i r)

    fgl Data.Graph.Inductive.Internal.Thread

    No documentation available.

  9. threadList :: Collect r c -> Split t i r -> [i] -> t -> (c, t)

    fgl Data.Graph.Inductive.Internal.Thread

    No documentation available.

  10. threadList' :: Collect r c -> Split t i r -> [i] -> t -> (c, t)

    fgl Data.Graph.Inductive.Internal.Thread

    No documentation available.

Page 499 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete