:: (Foldable t, Monad m) => (a -> m b) -> t a -> m () package:concurrency

mapConcurrently_ is mapConcurrently with the return value discarded, just like mapM_.