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.
-
effectful Effectful.Concurrent.Async No documentation available.
ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThreadeffectful Effectful.Concurrent.Async No documentation available.
asyncThreadId :: Async a -> ThreadIdeffectful Effectful.Concurrent.Async tryReadTBQueue :: TBQueue a -> STM (Maybe a)effectful Effectful.Concurrent.STM A version of readTBQueue which does not retry. Instead it returns Nothing if no value is available.
tryReadTChan :: TChan a -> STM (Maybe a)effectful Effectful.Concurrent.STM A version of readTChan which does not retry. Instead it returns Nothing if no value is available.
tryReadTMVar :: TMVar a -> STM (Maybe a)effectful Effectful.Concurrent.STM A version of readTMVar which does not retry. Instead it returns Nothing if no value is available.
tryReadTQueue :: TQueue a -> STM (Maybe a)effectful Effectful.Concurrent.STM A version of readTQueue which does not retry. Instead it returns Nothing if no value is available.
setOwnerReadable :: Bool -> Permissions -> Permissionseffectful Effectful.FileSystem No documentation available.
basicUnsafeRead :: MVector v a => v s a -> Int -> ST s afixed-vector Data.Vector.Fixed.Mutable Read value at index without bound checks. Shouldn't be used directly, use unsafeRead instead.
unsafeRead :: (MVector v a, PrimMonad m) => v (PrimState m) a -> Int -> m afixed-vector Data.Vector.Fixed.Mutable Read value at index without bound checks.