We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d377c58 commit 6e25138Copy full SHA for 6e25138
io-sim/src/Control/Monad/IOSimPOR/Internal.hs
@@ -513,7 +513,7 @@ schedule thread@Thread{
513
514
Atomically a k -> execAtomically time tid tlbl nextVid (runSTM a) $ \res ->
515
case res of
516
- StmTxCommitted x read written created tvarTraces nextVid' -> do
+ StmTxCommitted x written read created tvarTraces nextVid' -> do
517
(wakeup, wokeby) <- threadsUnblockedByWrites written
518
mapM_ (\(SomeTVar tvar) -> unblockAllThreadsFromTVar tvar) written
519
vClockRead <- leastUpperBoundTVarVClocks read
0 commit comments