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. data ExceptionInLinkedThread

    effectful Effectful.Concurrent.Async

    No documentation available.

  2. ExceptionInLinkedThread :: Async a -> SomeException -> ExceptionInLinkedThread

    effectful Effectful.Concurrent.Async

    No documentation available.

  3. asyncThreadId :: Async a -> ThreadId

    effectful Effectful.Concurrent.Async

    Returns the ThreadId of the thread running the given Async.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. setOwnerReadable :: Bool -> Permissions -> Permissions

    effectful Effectful.FileSystem

    No documentation available.

  9. basicUnsafeRead :: MVector v a => v s a -> Int -> ST s a

    fixed-vector Data.Vector.Fixed.Mutable

    Read value at index without bound checks. Shouldn't be used directly, use unsafeRead instead.

  10. unsafeRead :: (MVector v a, PrimMonad m) => v (PrimState m) a -> Int -> m a

    fixed-vector Data.Vector.Fixed.Mutable

    Read value at index without bound checks.

Page 661 of many | Previous | Next