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.
threadDelay :: MonadIO m => Int -> m ()unliftio UnliftIO.Concurrent Lifted version of threadDelay.
threadWaitRead :: MonadIO m => Fd -> m ()unliftio UnliftIO.Concurrent Lifted version of threadWaitRead.
threadWaitWrite :: MonadIO m => Fd -> m ()unliftio UnliftIO.Concurrent Lifted version of threadWaitWrite.
setOwnerReadable :: Bool -> Permissions -> Permissionsunliftio UnliftIO.Directory No documentation available.
-
unliftio UnliftIO.Foreign No documentation available.
hIsReadable :: MonadIO m => Handle -> m Boolunliftio UnliftIO.IO Lifted version of hIsReadable
hReady :: MonadIO m => Handle -> m Boolunliftio UnliftIO.IO Lifted version of hReady
tryReadMVar :: MonadIO m => MVar a -> m (Maybe a)unliftio UnliftIO.MVar Lifted tryReadMVar.
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.
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.