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

    dejafu Test.DejaFu.Conc

    Every thread has a unique identitifer.

  2. ThreadId :: Id -> ThreadId

    dejafu Test.DejaFu.Conc

    No documentation available.

  3. TryReadMVar :: MVarId -> Bool -> ThreadAction

    dejafu Test.DejaFu.Conc

    Try to read from a MVar.

  4. WillIsCurrentThreadBound :: Lookahead

    dejafu Test.DejaFu.Conc

    Will check if the current thread is bound.

  5. WillMyThreadId :: Lookahead

    dejafu Test.DejaFu.Conc

    Will get the ThreadId.

  6. WillReadIORef :: IORefId -> Lookahead

    dejafu Test.DejaFu.Conc

    Will read from a IORef.

  7. WillReadIORefCas :: IORefId -> Lookahead

    dejafu Test.DejaFu.Conc

    Will read from a IORef for a future compare-and-swap.

  8. WillReadMVar :: MVarId -> Lookahead

    dejafu Test.DejaFu.Conc

    Will read from a MVar.

  9. WillSupportsBoundThreads :: Lookahead

    dejafu Test.DejaFu.Conc

    Will check if bound threads are supported.

  10. WillThreadDelay :: Int -> Lookahead

    dejafu Test.DejaFu.Conc

    Will yield/delay the current thread.

Page 654 of many | Previous | Next