async
async copied to clipboard
Rename mapConcurrently and mapConcurrently_
The rest of the Haskell world calls things with types like (a -> f b) -> t a -> f (t b)
traversals, rather than maps. Presumably, async
has been around since before that convention developed. I propose to
- Add
traverseConcurrently
andtraverseConcurrently_
functions. - Eventually deprecate and remove
mapConcurrently
andmapConcurrently_
.