Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 671 Bytes

File metadata and controls

20 lines (13 loc) · 671 Bytes

TaskExtensions class

Extensions methods for the Task class.

public static class TaskExtensions

Public Members

name description
static WaitAllAndReturn<T>(…) Wait for all specified tasks to and and returns all results as an enumerable.
static WithExceptionHandling<T>(…) Allows to handle exceptions in a LINQ async enumeration (invoking the given action if any when failing)

See Also