Replies: 1 comment 3 replies
-
Sounds like you want (Also this kind of question would be more suited for StackOverflow than fslang-suggestions) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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