change to new waitForAllRunningCommandActions
waitForAllRunningCommandActions is a subset of finishCommandActions and more appropriate for what is being done here: Just a concurrency barrier.
This commit is contained in:
parent
864ba4ecaa
commit
3824645368
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ seekSyncContent o rs currbranch = do
|
|||
(return (gokey mvar bloom))
|
||||
(const noop)
|
||||
[]
|
||||
finishCommandActions
|
||||
waitForAllRunningCommandActions
|
||||
liftIO $ not <$> isEmptyMVar mvar
|
||||
where
|
||||
seekworktree mvar l bloomfeeder =
|
||||
|
|
Loading…
Reference in a new issue