Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readCreateProcess :: MonadIO m => CreateProcess -> String -> m Stringunliftio UnliftIO.Process Lifted readCreateProcess.
-
unliftio UnliftIO.Process Lifted readCreateProcessWithExitCode.
readProcess :: MonadIO m => FilePath -> [String] -> String -> m Stringunliftio UnliftIO.Process Lifted readProcess.
-
unliftio UnliftIO.Process Lifted readProcessWithExitCode.
readTBQueue :: TBQueue a -> STM aunliftio UnliftIO.STM Read the next value from the TBQueue.
-
unliftio UnliftIO.STM Read the next value from the TChan.
-
unliftio UnliftIO.STM This is a combination of takeTMVar and putTMVar; ie. it takes the value from the TMVar, puts it back, and also returns it.
readTQueue :: TQueue a -> STM aunliftio UnliftIO.STM Read the next value from the TQueue.
-
unliftio UnliftIO.STM Return the current value stored in a TVar.
readTVarIO :: MonadIO m => TVar a -> m aunliftio UnliftIO.STM Lifted version of readTVarIO