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
I'm fine with deprecation in this example.
I suppose we should add parXXXUnordered and parXXXN as well?
I think in Cats it's called parUnorderedTraverse but we use wanderUnordered and wanderN
If we are consistent with ourselves: parTraverse, parTraverseN, parTraverseUnordered
If we are consistent with Cats: parTraverse, parTraverseN, parUnorderedTraverse
It's unfortunate but I would go with 1 because discoverability seems to be better
Task.parSequence = Task.gather
Task.parTraverse = Task.wander
The text was updated successfully, but these errors were encountered: