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 have two futures A and B. If A finishes first and is false, for example, I want to short-circuit and return false without waiting for B. If B returns first, however, I still want to wait on A. Could we add such a function here?
I have two futures A and B. If A finishes first and is false, for example, I want to short-circuit and return false without waiting for B. If B returns first, however, I still want to wait on A. Could we add such a function here?