What would be the equivalent of `Task.AwaitAll(tas...
# announcements
m
What would be the equivalent of
Task.AwaitAll(task1, task2, task3)
and
Task.AwaitAny(task1, task2, task3)
from C# ?