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 7f014ca commit 2c82dddCopy full SHA for 2c82ddd
src/Streamly/Internal/Data/Scanl/Concurrent.hs
@@ -242,8 +242,7 @@ parDistributeScan cfg getFolds (Stream sstep state) =
242
then do
243
liftIO $ takeMVar db
244
return $ Skip (ScanDrain q db running)
245
- else return $ Yield outputs ScanStop
246
-
+ else return $ Yield outputs (ScanDrain q db running)
247
step _ ScanStop = return Stop
248
249
{-# ANN type DemuxState Fuse #-}
0 commit comments