Extensions methods for the Task class.
public static class TaskExtensions| 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) |
- namespace Wokhan.Threading.Extensions