asynchronous - f# async cancel or continue -


how implement async function check each result of multiple parallel async functions , cancels them if result found (say bool returns false). otherwise let async functions complete return final result (say bool true). have tried async.choice f# snippets site, uses async.fromcontinuations let call continuation once.


Comments