• 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. threadDelay :: MonadIO m => Int -> m ()

    unliftio UnliftIO.Concurrent

    Lifted version of threadDelay.

  2. threadWaitRead :: MonadIO m => Fd -> m ()

    unliftio UnliftIO.Concurrent

    Lifted version of threadWaitRead.

  3. threadWaitWrite :: MonadIO m => Fd -> m ()

    unliftio UnliftIO.Concurrent

    Lifted version of threadWaitWrite.

  4. setOwnerReadable :: Bool -> Permissions -> Permissions

    unliftio UnliftIO.Directory

    No documentation available.

  5. eALREADY :: Errno

    unliftio UnliftIO.Foreign

    No documentation available.

  6. hIsReadable :: MonadIO m => Handle -> m Bool

    unliftio UnliftIO.IO

    Lifted version of hIsReadable

  7. hReady :: MonadIO m => Handle -> m Bool

    unliftio UnliftIO.IO

    Lifted version of hReady

  8. tryReadMVar :: MonadIO m => MVar a -> m (Maybe a)

    unliftio UnliftIO.MVar

    Lifted tryReadMVar.

  9. tryReadTBQueue :: TBQueue a -> STM (Maybe a)

    unliftio UnliftIO.STM

    A version of readTBQueue which does not retry. Instead it returns Nothing if no value is available.

  10. tryReadTChan :: TChan a -> STM (Maybe a)

    unliftio UnliftIO.STM

    A version of readTChan which does not retry. Instead it returns Nothing if no value is available.

Page 462 of many | Previous | Next

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