Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PartiallySynchronisedCommit :: IORefId -> ActionTypedejafu Test.DejaFu.Internal A commit.
PartiallySynchronisedModify :: IORefId -> ActionTypedejafu Test.DejaFu.Internal A modifyIORefCAS
PartiallySynchronisedWrite :: IORefId -> ActionTypedejafu Test.DejaFu.Internal A casIORef
-
dejafu Test.DejaFu.Settings Each IORef has a write buffer. A thread sees its writes immediately, but other threads will only see writes when they are committed, which may happen later. Writes to different IORefs are not necessarily committed in the same order that they are created.
-
dejafu Test.DejaFu.Settings Restrict the number of pre-emptive context switches allowed in an execution. A pre-emption bound of zero disables pre-emptions entirely.
PreemptionBound :: Int -> PreemptionBounddejafu Test.DejaFu.Settings No documentation available.
-
dejafu Test.DejaFu.Types Each IORef has a write buffer. A thread sees its writes immediately, but other threads will only see writes when they are committed, which may happen later. Writes to different IORefs are not necessarily committed in the same order that they are created.
-
dejafu Test.DejaFu.Types Pop the innermost exception handler from the stack.
-
dejafu Test.DejaFu.Types Restrict the number of pre-emptive context switches allowed in an execution. A pre-emption bound of zero disables pre-emptions entirely.
PreemptionBound :: Int -> PreemptionBounddejafu Test.DejaFu.Types No documentation available.