:: Monad m => [a] -> (a -> m ()) -> m () package:monad-parallel

Like forM_, but applying the function to the individual list items in parallel.
Like mapM_, but applying the function to the individual list items in parallel.