Async tasks: is there a short-circuiting TrueForAll() method or pattern?
I’ve got a list of tasks that check conditions, returning true or false values.
Async tasks: is there a WhenAny() behaviour similar to enumerable .Any()?
I’ve got a list of tasks that check conditions, returning true or false values.