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. WillIsCurrentThreadBound :: Lookahead

    dejafu Test.DejaFu.Types

    Will check if the current thread is bound.

  2. WillMyThreadId :: Lookahead

    dejafu Test.DejaFu.Types

    Will get the ThreadId.

  3. WillReadIORef :: IORefId -> Lookahead

    dejafu Test.DejaFu.Types

    Will read from a IORef.

  4. WillReadIORefCas :: IORefId -> Lookahead

    dejafu Test.DejaFu.Types

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

  5. WillReadMVar :: MVarId -> Lookahead

    dejafu Test.DejaFu.Types

    Will read from a MVar.

  6. WillSupportsBoundThreads :: Lookahead

    dejafu Test.DejaFu.Types

    Will check if bound threads are supported.

  7. WillThreadDelay :: Int -> Lookahead

    dejafu Test.DejaFu.Types

    Will yield/delay the current thread.

  8. WillTryReadMVar :: MVarId -> Lookahead

    dejafu Test.DejaFu.Types

    Will try to read from a MVar.

  9. forkBoundThread :: MonadDejaFu m => Maybe (m (BoundThread m a))

    dejafu Test.DejaFu.Types

    Fork a new bound thread, if the monad supports them.

  10. initialThread :: ThreadId

    dejafu Test.DejaFu.Types

    The ID of the initial thread.

Page 659 of many | Previous | Next