Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename mapConcurrently and mapConcurrently_ #146

Open
treeowl opened this issue Mar 15, 2023 · 0 comments
Open

Rename mapConcurrently and mapConcurrently_ #146

treeowl opened this issue Mar 15, 2023 · 0 comments

Comments

@treeowl
Copy link
Contributor

treeowl commented Mar 15, 2023

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_.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant