async icon indicating copy to clipboard operation
async copied to clipboard

Rename mapConcurrently and mapConcurrently_

Open treeowl opened this issue 1 year ago • 0 comments

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

  1. Add traverseConcurrently and traverseConcurrently_ functions.
  2. Eventually deprecate and remove mapConcurrently and mapConcurrently_.

treeowl avatar Mar 15 '23 03:03 treeowl