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.
WillIsCurrentThreadBound :: Lookaheaddejafu Test.DejaFu.Types Will check if the current thread is bound.
-
dejafu Test.DejaFu.Types Will get the ThreadId.
WillReadIORef :: IORefId -> Lookaheaddejafu Test.DejaFu.Types Will read from a IORef.
WillReadIORefCas :: IORefId -> Lookaheaddejafu Test.DejaFu.Types Will read from a IORef for a future compare-and-swap.
WillReadMVar :: MVarId -> Lookaheaddejafu Test.DejaFu.Types Will read from a MVar.
WillSupportsBoundThreads :: Lookaheaddejafu Test.DejaFu.Types Will check if bound threads are supported.
WillThreadDelay :: Int -> Lookaheaddejafu Test.DejaFu.Types Will yield/delay the current thread.
WillTryReadMVar :: MVarId -> Lookaheaddejafu Test.DejaFu.Types Will try to read from a MVar.
forkBoundThread :: MonadDejaFu m => Maybe (m (BoundThread m a))dejafu Test.DejaFu.Types Fork a new bound thread, if the monad supports them.
-
dejafu Test.DejaFu.Types The ID of the initial thread.