Skip to content

Commit bc31e7b

Browse files
MaximilianAlgehedcoot
authored andcommitted
Remove todo
1 parent 9649055 commit bc31e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-sim/src/Control/Monad/IOSimPOR/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ data Thread s a = Thread {
100100
threadId :: !ThreadId,
101101
threadControl :: !(ThreadControl s a),
102102
threadBlocked :: !Bool,
103-
threadDone :: !Bool, -- TODO: do we need this when we keep track of finished threads separately?
103+
threadDone :: !Bool,
104104
threadMasking :: !MaskingState,
105105
-- other threads blocked in a ThrowTo to us because we are or were masked
106106
threadThrowTo :: ![(SomeException, Labelled ThreadId, VectorClock)],

0 commit comments

Comments
 (0)