I'm looking to use an array of Tasks
to find a solution to a problem using multiple methods. The idea being that I use a different Task
for each method. Is there a way to do a Tasks.WaitFirst(task => task.Result == true)
? Any solutions I've found so far have been very messy, I'm thinking of scrapping the idea but want to check I'm not missing something!
Thanks!