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.
sendThreads :: Config -> Word64honeycomb Honeycomb.Config No documentation available.
-
Thread operations.
pauseThreadFor :: RealFrac n => n -> IO ()hosc Sound.Osc.Time.Thread Pause current thread for the indicated duration (in seconds), see pauseThreadLimit.
pauseThreadLimit :: Fractional n => nhosc 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.
pauseThreadUntilTime :: RealFrac n => n -> IO ()hosc Sound.Osc.Time.Thread Pause current thread until the given time, see pauseThreadLimit.
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.
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.
pauseThread :: (MonadIO m, RealFrac n) => n -> m ()hosc Sound.Osc.Time.Thread.MonadIO No documentation available.
pauseThreadUntil :: (MonadIO m, RealFrac n) => n -> m ()hosc Sound.Osc.Time.Thread.MonadIO No documentation available.
sleepThread :: (RealFrac n, MonadIO m) => n -> m ()hosc Sound.Osc.Time.Thread.MonadIO No documentation available.