You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and traverseConcurrently_ functions.
Eventually deprecate and remove mapConcurrently and mapConcurrently_.
The text was updated successfully, but these errors were encountered:
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 totraverseConcurrently
andtraverseConcurrently_
functions.mapConcurrently
andmapConcurrently_
.The text was updated successfully, but these errors were encountered: