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. sendThreads :: Config -> Word64

    honeycomb Honeycomb.Config

    No documentation available.

  2. module Sound.Osc.Time.Thread

    Thread operations.

  3. pauseThreadFor :: RealFrac n => n -> IO ()

    hosc Sound.Osc.Time.Thread

    Pause current thread for the indicated duration (in seconds), see pauseThreadLimit.

  4. pauseThreadLimit :: Fractional n => n

    hosc Sound.Osc.Time.Thread

    The pauseThread limit (in seconds). Values larger than this require a different thread delay mechanism, see sleepThread. The value is the number of microseconds in maxBound::Int.

  5. pauseThreadUntilTime :: RealFrac n => n -> IO ()

    hosc Sound.Osc.Time.Thread

    Pause current thread until the given time, see pauseThreadLimit.

  6. sleepThreadFor :: RealFrac n => n -> IO ()

    hosc Sound.Osc.Time.Thread

    Sleep current thread for the indicated duration (in seconds). Divides long sleeps into parts smaller than pauseThreadLimit.

  7. sleepThreadUntilTime :: RealFrac n => n -> IO ()

    hosc Sound.Osc.Time.Thread

    Sleep current thread until the given time. Divides long sleeps into parts smaller than pauseThreadLimit.

  8. pauseThread :: (MonadIO m, RealFrac n) => n -> m ()

    hosc Sound.Osc.Time.Thread.MonadIO

    No documentation available.

  9. pauseThreadUntil :: (MonadIO m, RealFrac n) => n -> m ()

    hosc Sound.Osc.Time.Thread.MonadIO

    No documentation available.

  10. sleepThread :: (RealFrac n, MonadIO m) => n -> m ()

    hosc Sound.Osc.Time.Thread.MonadIO

    No documentation available.

Page 708 of many | Previous | Next