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

Like pooledMapConcurrently but with the return value discarded.
Executes a Traversable container of items concurrently, it uses the Flat type internally. This function ignores the results.