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 spec does not clearly explain what happens to the remaining futures when one future completes normally with a non-error value or completes abruptly in an alternate wait action.
The text was updated successfully, but these errors were encountered:
Other strands that the futures refer, to will be complete as normal because the wait action doesn't interrupt strands that are referred to. But when it comes to worker message send/receive that is a different story.
The spec does not clearly explain what happens to the remaining futures when one future completes normally with a non-error value or completes abruptly in an alternate wait action.
The text was updated successfully, but these errors were encountered: