You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SMap.focus (updateStatus $Running current s) id databaseValues
129
+
SMap.focus (updateStatus $Running current (atomically $ readTMVar barrier) s) id databaseValues
128
130
return act
129
131
incase viewDirty current $maybe (DirtyNothing) keyStatus status of
130
132
Dirty mbr -> refreshRsult mbr
131
-
Running step _mbr
133
+
Running step ba _mbr
132
134
| step /= current ->error$"Inconsistent database state: key "++showid++" is marked Running at step "++show step ++" but current step is "++show current
133
135
| memberStack id stack -> throw $StackException stack
134
-
|otherwise->retry
136
+
|otherwise->pure.pure$ ba
135
137
Clean r ->pure.pure.pure$ r
136
138
-- force here might contains async exceptions from previous runs
0 commit comments