mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-04 15:20:25 +01:00
Disable some under-tested parallelism
This commit is contained in:
parent
b3a5c53a0b
commit
37b35623b7
@ -251,6 +251,8 @@ createView viewName modifyCabal src sink = withSystemTempDirectory "createview"
|
|||||||
return $ asSet $ singletonSet relfp
|
return $ asSet $ singletonSet relfp
|
||||||
|
|
||||||
-- FIXME put in conduit-combinators
|
-- FIXME put in conduit-combinators
|
||||||
|
parMapMC _ = mapMC
|
||||||
|
{- FIXME
|
||||||
parMapMC :: (MonadIO m, MonadBaseControl IO m)
|
parMapMC :: (MonadIO m, MonadBaseControl IO m)
|
||||||
=> Int
|
=> Int
|
||||||
-> (i -> m o)
|
-> (i -> m o)
|
||||||
@ -297,4 +299,4 @@ parMapMC threads f = evalStateC 0 $ do
|
|||||||
case mx of
|
case mx of
|
||||||
Nothing -> return $ front []
|
Nothing -> return $ front []
|
||||||
Just x -> go $ front . (x:)
|
Just x -> go $ front . (x:)
|
||||||
|
-}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user