mischief-ecs
Safe HaskellNone
LanguageGHC2024

Mischief.ECS.World.Par

Documentation

par :: MonadSystem w m => [ParSystem ()] -> m () Source #

parIterList :: (MonadSystem w m, Foldable t) => t a -> ([a] -> ParSystem b) -> m [b] Source #

group :: Int -> [a] -> [[a]] Source #

parIter :: (MonadSystem w m, Foldable t) => t a -> (a -> ParSystem b) -> m [b] Source #

parIter_ :: (MonadSystem w m, Foldable t) => t a -> (a -> ParSystem b) -> m () Source #