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.Types Get the ThreadId of the current thread.
ScheduledBlockedThread :: Errordejafu Test.DejaFu.Types Raised as an exception if the scheduler attempts to schedule a blocked thread.
ScheduledMissingThread :: Errordejafu Test.DejaFu.Types Raised as an exception if the scheduler attempts to schedule a nonexistent thread.
SupportsBoundThreads :: Bool -> ThreadActiondejafu Test.DejaFu.Types Check if bound threads are supported.
-
dejafu Test.DejaFu.Types Read from a TVar.
-
dejafu Test.DejaFu.Types All the actions that a thread can perform.
ThreadDelay :: Int -> ThreadActiondejafu Test.DejaFu.Types Yield/delay the current thread.
-
dejafu Test.DejaFu.Types Every thread has a unique identitifer.
-
dejafu Test.DejaFu.Types No documentation available.
TryReadMVar :: MVarId -> Bool -> ThreadActiondejafu Test.DejaFu.Types Try to read from a MVar.