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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to make http requests that may return something or post something
Let's say
I have a bunch of
Get
orPut
inseq<HttpOperation>
, and I wanted to execute them all together for efficiency viaAsync.Parallel
but instead of getting results, I wanted the first result available and cancel other operations in Async.Parallel, now how do I do the cancelation?
Beta Was this translation helpful? Give feedback.
All reactions