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.
-
dejafu Test.DejaFu.Conc Every thread has a unique identitifer.
-
dejafu Test.DejaFu.Conc No documentation available.
TryReadMVar :: MVarId -> Bool -> ThreadActiondejafu Test.DejaFu.Conc Try to read from a MVar.
WillIsCurrentThreadBound :: Lookaheaddejafu Test.DejaFu.Conc Will check if the current thread is bound.
-
dejafu Test.DejaFu.Conc Will get the ThreadId.
WillReadIORef :: IORefId -> Lookaheaddejafu Test.DejaFu.Conc Will read from a IORef.
WillReadIORefCas :: IORefId -> Lookaheaddejafu Test.DejaFu.Conc Will read from a IORef for a future compare-and-swap.
WillReadMVar :: MVarId -> Lookaheaddejafu Test.DejaFu.Conc Will read from a MVar.
WillSupportsBoundThreads :: Lookaheaddejafu Test.DejaFu.Conc Will check if bound threads are supported.
WillThreadDelay :: Int -> Lookaheaddejafu Test.DejaFu.Conc Will yield/delay the current thread.