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
Given array of tasks creates a task that completes with the earliest successful or failure value
to:
Given array of tasks creates a task that completes with the earliest successful value or, if all tasks fail, with array of failure values.
I don't have strong opinion yet, just discovered that we could make parallel and race symmetrical, and thought that maybe it's a good idea. Need to consider all the use-cases...
The text was updated successfully, but these errors were encountered:
It's easier to show using type signatures. Should it be like the following?
The description of
race
would change from:to:
I don't have strong opinion yet, just discovered that we could make
parallel
andrace
symmetrical, and thought that maybe it's a good idea. Need to consider all the use-cases...The text was updated successfully, but these errors were encountered: