Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forkIOWithUnmask :: BoundedThreadGroup -> ((forall b . () => IO b -> IO b) -> IO a) -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    Same as Control.Concurrent.Thread.Group.forkIOWithUnmask but waits there are less then the max size number of threads.

  2. forkOS :: BoundedThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    Same as Control.Concurrent.Thread.Group.forkOS but waits there are less then the max size number of threads.

  3. forkOn :: Int -> BoundedThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    Same as Control.Concurrent.Thread.Group.forkOn but waits there are less then the max size number of threads.

  4. forkOnWithUnmask :: Int -> BoundedThreadGroup -> ((forall b . () => IO b -> IO b) -> IO a) -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    Same as Control.Concurrent.Thread.Group.forkOnWithUnmask but waits there are less then the max size number of threads.

  5. form :: UI Element

    threepenny-gui Graphics.UI.Threepenny.Elements

    No documentation available.

  6. foreignObject :: UI Element

    threepenny-gui Graphics.UI.Threepenny.SVG

    No documentation available.

  7. format :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.SVG

    No documentation available.

  8. format :: WriteAttr Element String

    threepenny-gui Graphics.UI.Threepenny.SVG.Attributes

    No documentation available.

  9. foreignObject :: UI Element

    threepenny-gui Graphics.UI.Threepenny.SVG.Elements

    No documentation available.

  10. forId :: Tidally => ID -> Time -> ControlPattern -> IO ()

    tidal Sound.Tidal.Boot

    No documentation available.

Page 195 of many | Previous | Next